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 3658321 commit 16af726
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 @@ -1201,7 +1201,7 @@ def move_tsfiles_for_mdtf(self, verbose):
print(
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}")
print(f"Skipping {adf_file}")
freq = "frequency_missing"
continue
freq = found_strings[0]
Expand Down

0 comments on commit 16af726

Please sign in to comment.