Skip to content

Commit

Permalink
Output None for inexistent parameter
Browse files Browse the repository at this point in the history
Output explanatory string in BIDS json
  • Loading branch information
jeremie-fouquet committed Jun 26, 2023
1 parent a62b2da commit f5d8dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brkraw/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def meta_check_source(key_string, acqp, method, visu_pars):
for i, ans in enumerate(key_exist):
if ans:
return get_value(pool[i], key_string)
return key_string
return None


def yes_or_no(question):
Expand Down

0 comments on commit f5d8dab

Please sign in to comment.