Skip to content

Commit

Permalink
Merge 76e9160 into a496f3a
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Beaumont committed May 15, 2014
2 parents a496f3a + 76e9160 commit 4a46f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvextractor/pvextractor.py
Expand Up @@ -105,5 +105,5 @@ def _is_spectral_cube(obj):
try:
from spectral_cube import SpectralCube
return isinstance(obj, SpectralCube)
except IOError:
except ImportError:
return False

0 comments on commit 4a46f67

Please sign in to comment.