Skip to content

Commit

Permalink
Merge pull request #784 from yarikoptic/rf-no-warn
Browse files Browse the repository at this point in the history
Just INFO not WARNING if heuristic is missing intotoids
  • Loading branch information
yarikoptic authored Sep 16, 2024
2 parents 3eb5efa + 48bac91 commit 8e2c81b
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 8e2c81b

Please sign in to comment.