Skip to content

Commit 7a33fb9

Browse files
committed
fix: syntax
1 parent 736dc0f commit 7a33fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def prep_conversion(sid, dicoms, outdir, heuristic, converter, anon_sid,
127127
# 2. possibly extract into a dedicated function for easier logic flow here
128128
# and a dedicated unittest
129129
if (op.exists(target_heuristic_filename) and
130-
file_md5sum(target_heuristic_filename) != file_md5sum(heuristic.filename):
130+
file_md5sum(target_heuristic_filename) != file_md5sum(heuristic.filename)):
131131
# remake conversion table
132132
reuse_conversion_table = False
133133
lgr.info(

0 commit comments

Comments
 (0)