Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 19, 2020
1 parent 1e1a1e7 commit ebb5ebc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spectral_cube/io/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def __call__(self, filename, *args, **kwargs):
if isinstance(filename, PosixPath):
filename = str(filename)
kwargs['target_cls'] = StokesSpectralCube
print(filename, type(filename))
try:
return registry.read(StokesSpectralCube, filename, *args, **kwargs)
except IsADirectoryError: # See note above StringWrapper
Expand Down

0 comments on commit ebb5ebc

Please sign in to comment.