Skip to content

Commit

Permalink
clean up, more debug printout added
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed May 2, 2024
1 parent 04829b1 commit 2bd8aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcmdi_metrics/variability_mode/variability_modes_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@

model_path_list = sort_human(model_path_list)

debug_print("model_path_list: " + str(model_path_list), debug)
debug_print(f"model_path_list: f{model_path_list}", debug)

# Find where run can be gripped from given filename template for modpath
if realization == "*":
Expand Down

0 comments on commit 2bd8aec

Please sign in to comment.