Skip to content

Commit

Permalink
Bugfix: misspelling.
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 May 13, 2015
1 parent 8672c66 commit 0e5f83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpop/satin/mipp_xrit.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def load_generic(satscene, options, calibrate=True, area_extent=None,
try:
metadata = xrit.sat.load(satscene.fullname, satscene.time_slot,
chn, only_metadata=True)
except mipp.ReaderError as err:
except ReaderError as err:
LOGGER.warning(str(err))
continue
# if area_extent is given, assume it gives the maximum
Expand Down

0 comments on commit 0e5f83c

Please sign in to comment.