Skip to content

Commit 8e2c81b

Browse files
authored
Merge pull request #784 from yarikoptic/rf-no-warn
Just INFO not WARNING if heuristic is missing intotoids
2 parents 3eb5efa + 48bac91 commit 8e2c81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def get_study_sessions(
247247
"`infotoids` to heuristic file or "
248248
"provide `--subjects` option"
249249
)
250-
lgr.warning(
250+
lgr.info(
251251
"Heuristic is missing an `infotoids` method, assigning "
252252
"empty method and using provided subject id %s. "
253253
"Provide `session` and `locator` fields for best results.",

0 commit comments

Comments
 (0)