Skip to content

Commit

Permalink
added debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Feb 13, 2024
1 parent 07c9851 commit 04bfbb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xnat_ingest/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import logging
import os.path
import subprocess as sp
from pprint import pprint
from functools import cached_property
import shutil
from copy import deepcopy
Expand Down Expand Up @@ -601,6 +602,7 @@ def stage(
f"'{prev_scan_type}' for scan ID '{scan_id}'"
)
assoc_resources[resource].append(fspath)
pprint(assoc_scans)
for scan_id, (scan_type, scan_resources_dict) in tqdm(
assoc_scans.items(), "moving associated files to staging directory"
):
Expand Down

0 comments on commit 04bfbb6

Please sign in to comment.