Skip to content

Commit

Permalink
Issue #74: Testing test_datasets.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
bongjinkoo committed May 17, 2022
1 parent 753b5fa commit 5486fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_upload_valid(setup, set_file_path):
file_exists = False
# file_list = os.popen("osf ls")
file_list = subprocess.run(
f"osf ls", shell=True, text=True, capture_output=True
f"osf ls", shell=False, text=True, capture_output=True
).stdout
file_list = io.StringIO(file_list)
line = file_list.readline()
Expand Down

0 comments on commit 5486fb2

Please sign in to comment.