Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix pycode style errors.
  • Loading branch information
EdwardSafford-NOAA committed Feb 28, 2024
1 parent b89fa65 commit 406066a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/plotObsMon.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def loadConfig(satname, instrument, obstype, plot, cycle_tm, cycle_interval,

plot_template = f"{config['PLOT_TEMPLATE']}.yaml"
plot_yaml = f"{config['OBSTYPE']}_{plot_template}"

parm = os.environ.get('PARMobsmon', '../parm')
parm_location = os.path.join(parm, model)
plot_template = os.path.join(parm_location, plot_template)
Expand Down

0 comments on commit 406066a

Please sign in to comment.