Skip to content

Commit 83fdd1d

Browse files
committed
BF: minor typo in logger call
1 parent f14dee6 commit 83fdd1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

heudiconv/parser.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,9 @@ def get_study_sessions(dicom_dir_template, files_opt, heuristic, outdir,
186186
"`infotoids` to heuristic file or "
187187
"provide `--subjects` option")
188188
lgr.warn("Heuristic is missing an `infotoids` method, assigning "
189-
"empty method and using provided subject id", sid,
190-
"Provide `session` and `locator` fields for best results.")
189+
"empty method and using provided subject id %s."
190+
"Provide `session` and `locator` fields for best results."
191+
, sid)
191192
def infotoids(seqinfos, outdir):
192193
return {
193194
'locator': None,

0 commit comments

Comments
 (0)