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.
2 parents b12e931 + 8f0f767 commit 135ccb9Copy full SHA for 135ccb9
heudiconv/bids.py
@@ -413,7 +413,7 @@ def get_formatted_scans_key_row(dcm_fn):
413
acq_time = datetime.strptime(td, '%H%M%S%Y%m%d').isoformat()
414
except (AttributeError, ValueError) as exc:
415
lgr.warning("Failed to get date/time for the content: %s", str(exc))
416
- acq_time = None
+ acq_time = ''
417
# add random string
418
# But let's make it reproducible by using all UIDs
419
# (might change across versions?)
0 commit comments