Skip to content

Commit

Permalink
fix accidental line delete
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Nov 14, 2023
1 parent 98149df commit 79b6499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ush/ioda/bufr2ioda/run_bufr2ioda.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def bufr2ioda(current_cycle, RUN, DMPDIR, config_template_dir, COM_OBS):
}

# Specify observation types to be processed by a script
BUFR_py_file = glob.glob(os.path.join(USH_IODA, 'bufr2ioda_*.py'))
BUFR_py_files = [os.path.basename(f) for f in BUFR_py_files]
BUFR_py = [f.replace('bufr2ioda_', '').replace('.py', '') for f in BUFR_py_files]

Expand Down

0 comments on commit 79b6499

Please sign in to comment.