Skip to content

Commit

Permalink
Fix missing file prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardSafford-NOAA committed Jul 2, 2024
1 parent 4a414a4 commit 0c120b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/splitPlotYaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def removeKey(d, keys):
pd['satellites'] = [{'name': satname,
'instruments': [{'name': iname,
'plot_list': [pl]}]}]
fname = f'sat_{satname}_{iname}_{ctr}.yaml'
fname = f'OM_PLOT_sat_{satname}_{iname}_{ctr}.yaml'
file = open(fname, "w")
yaml.dump(pd, file)
file.close()
Expand Down

0 comments on commit 0c120b7

Please sign in to comment.