Skip to content

Commit

Permalink
Fix NCL provenance tracking (#3477)
Browse files Browse the repository at this point in the history
  • Loading branch information
schlunma authored Dec 15, 2023
1 parent 5390262 commit b0e3e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esmvaltool/interface_scripts/logging.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ begin
original_entry = outstring
do outfile_idx = 0, dimsizes(all_outfiles) - 1
file_to_add := all_outfiles(outfile_idx)
if (.not. fileexists(outfile)) then
if (.not. fileexists(file_to_add)) then
error_msg("f", scriptname, funcname, "outfile (path to figure) '" + \
file_to_add + "' does not exist (for PNGs, this " + \
"function also searches for 'FILE.000001.png', " + \
Expand Down

0 comments on commit b0e3e6c

Please sign in to comment.