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 9583821 commit 32b3ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ioSPI/datasets.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Module to house methods related to datasets (micrographs, meta-data, etc.)."""

import io
import os
import subprocess

Expand Down Expand Up @@ -123,7 +123,7 @@ def upload(self, local_path: str, remote_path: str):
text=True,
capture_output=True,
).stdout
print(f)
print(io.StringIO(f))
print("Done!")

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

0 comments on commit 32b3ae7

Please sign in to comment.