Skip to content

Commit

Permalink
Update lib/adf_diag.py
Browse files Browse the repository at this point in the history
Jesse's suggestions

Co-authored-by: Jesse Nusbaumer <[email protected]>
  • Loading branch information
bitterbark and nusbaume authored May 23, 2024
1 parent 19860ef commit 3658321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adf_diag.py
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ def move_tsfiles_for_mdtf(self, verbose):
else:
if verbose > 0:
print(
"ERROR: None of the frequency options {freq_string_options} are present in the time_period_freq attribute {time_perido_freq}"
f"WARNING: None of the frequency options {freq_string_options} are present in the time_period_freq attribute {time_perido_freq}"
)
print("Skipping {adf_file}")
freq = "frequency_missing"
Expand Down

0 comments on commit 3658321

Please sign in to comment.