We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735e727 commit a7d4af1Copy full SHA for a7d4af1
heudiconv/parser.py
@@ -279,9 +279,8 @@ def infotoids(
279
lgr.info("Study session for %r", study_session_info)
280
281
if grouping != "all":
282
- assert (
283
- study_session_info not in study_sessions
284
- ), f"Existing study session {study_session_info} already in analyzed sessions {study_sessions.keys()}"
285
-
+ assert (study_session_info not in study_sessions), (
+ f"Existing study session {study_session_info} "
+ f"already in analyzed sessions {study_sessions.keys()}")
286
study_sessions[study_session_info] = seqinfo
287
return study_sessions
0 commit comments