Skip to content

Commit

Permalink
touched up description
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Feb 9, 2024
1 parent 9f89867 commit 57a5055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xnat_ingest/cli/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def iter_staged_sessions():
session_tmp_dir.mkdir(parents=True, exist_ok=True)
for relpath, obj in tqdm(
objs,
desc=f"Downloading scans in {ids} session from S3 bucket"
desc=f"Downloading scans in {':'.join(ids)} session from S3 bucket"
):
obj_path = session_tmp_dir.joinpath(*relpath)
obj_path.parent.mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit 57a5055

Please sign in to comment.