Skip to content

Commit 48bac91

Browse files
committed
Just INFO not WARNING if heuristic is missing intotoids
It is only reproin which provides such handling and in general there should really be no harm -- we already raise exception if subject id is not provided/degenerate, so shold be safe to just inform instead of WARN the user. Closes #783
1 parent 3eb5efa commit 48bac91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/parser.py

Lines changed: 1 addition & 1 deletion
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)