Skip to content

Commit

Permalink
style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Dec 19, 2023
1 parent 8fedc11 commit 3e3e2de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/exglobal_prep_ocean_obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
subprocess.run([OCNOBS2IODAEXEC, iodaYamlFilename], check=True)

filesToSave.append([obsprocSpace['output file'],
os.path.join(COMOUT_OBS,obsprocSpace['output file'])])
os.path.join(COMOUT_OBS, obsprocSpace['output file'])])
filesToSave.append([iodaYamlFilename,
os.path.join(COMOUT_OBS,iodaYamlFilename)])
os.path.join(COMOUT_OBS, iodaYamlFilename)])
except TypeError:
print("CRITICAL: Ill-formed OBS_YAML file, exiting")
raise
Expand Down

0 comments on commit 3e3e2de

Please sign in to comment.