Skip to content

Commit

Permalink
skip_dcm2niix, check dcm2niix binary
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Nov 11, 2024
1 parent e8537ee commit 6f10c5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dcm2bids/cli/dcm2bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ def main():
logger.info("Checking for software update")

check_latest("dcm2bids")
check_latest("dcm2niix")
if not args.skip_dcm2niix:
check_latest("dcm2niix")

logger.info(f"participant: {participant.name}")
if participant.session:
Expand Down

0 comments on commit 6f10c5f

Please sign in to comment.