Skip to content

Commit

Permalink
Update bids.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 11, 2023
1 parent cb3e312 commit 9a83f9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xcp_d/utils/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ def collect_data(
if bold_data and transform_files:
# will leave the best available space in the query
break
else:
LOGGER.warning(f"{volspace}\n\t{bold_data}\n\t{transform_files}")
LOGGER.warning("")

if not bold_data or not transform_files:
raise FileNotFoundError(
Expand Down

0 comments on commit 9a83f9b

Please sign in to comment.