Skip to content

Commit 9da7cb7

Browse files
committed
fix: compare version strings
1 parent 780aac7 commit 9da7cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/external/dlad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
lgr = logging.getLogger(__name__)
88

9-
MIN_VERSION = 0.7
9+
MIN_VERSION = '0.7'
1010

1111
def prepare_datalad(studydir, outdir, sid, session, seqinfo, dicoms, bids):
1212
""" Prepare data for datalad """

0 commit comments

Comments
 (0)