Skip to content

Commit

Permalink
Update bgcval2/analysis_timeseries.py
Browse files Browse the repository at this point in the history
Co-authored-by: Valeriu Predoi <[email protected]>
  • Loading branch information
ledm and valeriupredoi authored Aug 16, 2022
1 parent 4755b35 commit 66f065a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgcval2/analysis_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def build_list_of_suite_keys(suites, debug=True):


if key in analysis_keys and keybool != analysis_keys[key]:
print('build_list_of_suite_keys:\tERROR: conflick in input yamls:', key, keybool, '!=', analysis_keys[key])
print(f'build_list_of_suite_keys:\tERROR: conflict in input yamls: {key}, {keybool} != {analysis_keys[key]}')
sys.exit(1)

if keybool:
Expand Down

0 comments on commit 66f065a

Please sign in to comment.