Skip to content

Commit

Permalink
Issue #74: Testing test_datasets.py, fix test file path.
Browse files Browse the repository at this point in the history
  • Loading branch information
bongjinkoo committed May 17, 2022
1 parent a5d1045 commit 5852042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ioSPI/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def upload(self, local_path: str, remote_path: str):
# os.system(f"osf upload {local_path} {full_remote_path}")
f = subprocess.run(
"$CONDA/bin/" + f"osf upload /home/runner/work/ioSPI/ioSPI/{local_path} "
f"{full_remote_path}",
f"{full_remote_path}", # Test.
shell=True,
text=True,
check=True,
Expand Down

0 comments on commit 5852042

Please sign in to comment.