We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d1656 commit f6fb2c3Copy full SHA for f6fb2c3
pipeline.py
@@ -326,7 +326,6 @@ def main():
326
# decide whether or not to continue with the unpacking
327
if 'DICOM' not in args.preserve and 'BIDS' not in args.preserve:
328
warning('DICOM and BIDS intermediary files are not to be preserved and will not be produced.')
329
- return
330
else:
331
332
# make the DICOM directory
@@ -384,7 +383,6 @@ def main():
384
383
# decide whether or not to continue with the conversion
385
if 'BIDS' not in args.preserve:
386
warning('BIDS files are not to be preserved and so will not be produced.')
387
388
389
390
### Create the DICOM to BIDS conversion workflow ###
0 commit comments