Skip to content

Commit

Permalink
Issue #74: Testing test_datasets.py, update logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
bongjinkoo committed May 17, 2022
1 parent 32b3ae7 commit 21d3d16
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 @@ -123,7 +123,7 @@ def upload(self, local_path: str, remote_path: str):
text=True,
capture_output=True,
).stdout
print(io.StringIO(f))
print(io.StringIO(f).readlines())
print("Done!")

def remove(self, remote_path: str):
Expand Down

0 comments on commit 21d3d16

Please sign in to comment.