diff --git a/ioSPI/datasets.py b/ioSPI/datasets.py index 78f4ce2..a5d59a9 100644 --- a/ioSPI/datasets.py +++ b/ioSPI/datasets.py @@ -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,