Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Dybbroe <adam.dybbroe@smhi.se>
  • Loading branch information
adybbroe committed Jan 10, 2015
1 parent f90e482 commit c661a88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mpop/satin/aapp1b.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ def load_avhrr(satscene, options):
if len(file_list) > 1:
LOGGER.info("More than one l1b file found: " + str(file_list))
# hrpt_noaa18_20150110_1658_49685.l1b
candidate = ('hrpt_' + satscene.fullname +
candidate = ('hrpt_' +
str(satscene.satname) + str(satscene.number) +
satscene.time_slot.strftime('_%Y%m%d_%H%M_') +
str(satscene.orbit) + '.l1b')
LOGGER.debug("Suggested filename = " + str(candidate))
Expand Down

0 comments on commit c661a88

Please sign in to comment.