Skip to content

Commit

Permalink
debug versions
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Oct 23, 2023
1 parent a8703e7 commit 8c840a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Run tests
run: |
pip freeze
# Tests for the API with auth disabled
flux start pytest -xs tests/test_api.py
Expand Down
5 changes: 1 addition & 4 deletions clients/python/flux_restful_client/utils/misc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os
from subprocess import PIPE, STDOUT, Popen

def flatten_list(obj):
"""
Flatten a dict to a list of comma separated strings
Expand All @@ -11,4 +8,4 @@ def flatten_list(obj):
result += f"{key}={value}"
else:
result = f"{result},{key}={value}"
return result
return result

0 comments on commit 8c840a5

Please sign in to comment.