Skip to content

Commit

Permalink
sort the filenames in get_best_products (msg_hdf)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Raspaud <martin.raspaud@smhi.se>
  • Loading branch information
mraspaud committed Jun 13, 2014
1 parent 5b37761 commit bfae75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpop/satin/msg_hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ def get_best_products(filename, area_extent):
LOG.info("MSG file found: %s"%fname)
filenames.append(fname)
LOG.info("Did not find any MSG file for specified area")
return filenames
return sorted(filenames)

def get_area_from_file(filename):
"""Get the area from the h5 file.
Expand Down

0 comments on commit bfae75f

Please sign in to comment.