Skip to content

Commit

Permalink
Update scripts/exglobal_archive.py
Browse files Browse the repository at this point in the history
Updating as per reviewer suggestion.

Co-authored-by: Walter Kolczynski - NOAA <Walter.Kolczynski@noaa.gov>
  • Loading branch information
1 parent 40c5a47 commit 4c4eebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exglobal_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def main():

# Also import all COMIN* and COMOUT* directory and template variables
for key in archive.task_config.keys():
if key.startswith("COMIN") or key.startswith("COMOUT"):
if key.startswith("COMIN_") or key.startswith("COMOUT_"):
archive_dict[key] = archive.task_config[key]

cwd = os.getcwd()
Expand Down

0 comments on commit 4c4eebe

Please sign in to comment.