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 bd3012d commit 4755b35
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 @@ -123,7 +123,7 @@ def build_list_of_suite_keys(suites, debug=True):

for key, keybool in keys_dict.items():
if debug and key in analysis_keys:
print('build_list_of_suite_keys:\tKey exists in multiple suites:', key)
print(f'build_list_of_suite_keys:\tKey {key} exists in multiple suites:')


if key in analysis_keys and keybool != analysis_keys[key]:
Expand Down

0 comments on commit 4755b35

Please sign in to comment.