Skip to content

Commit

Permalink
Just INFO not WARNING if heuristic is missing intotoids
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yarikoptic committed Sep 16, 2024
1 parent 3eb5efa commit 48bac91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heudiconv/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def get_study_sessions(
"`infotoids` to heuristic file or "
"provide `--subjects` option"
)
lgr.warning(
lgr.info(
"Heuristic is missing an `infotoids` method, assigning "
"empty method and using provided subject id %s. "
"Provide `session` and `locator` fields for best results.",
Expand Down

0 comments on commit 48bac91

Please sign in to comment.