From 48bac912daccd6703d4dc116bb59d63ab07525b0 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 16 Sep 2024 09:37:15 -0400 Subject: [PATCH] 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 --- heudiconv/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heudiconv/parser.py b/heudiconv/parser.py index cd891ac9..e6ef72d1 100644 --- a/heudiconv/parser.py +++ b/heudiconv/parser.py @@ -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.",