Skip to content

Commit 5db2ede

Browse files
committed
DOC: fixed the comment. Original was copy/pasted from DataLad
1 parent 34a7e8c commit 5db2ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

heudiconv/dicoms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ def compress_dicoms(dicom_list, out_prefix, tempdirs, overwrite):
367367
dcm_time = get_dicom_series_time(dicom_list)
368368

369369
def _assign_dicom_time(ti):
370-
# Reset the date to match the one of the last commit, not from the
371-
# filesystem since git doesn't track those at all
370+
# Reset the date to match the one from the dicom, not from the
371+
# filesystem so we could sort reproducibly
372372
ti.mtime = dcm_time
373373
return ti
374374

0 commit comments

Comments
 (0)