Skip to content

Commit

Permalink
fixed more errors from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ymamay committed Nov 13, 2024
1 parent d73a773 commit 41886f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lvmdrp/functions/sky_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def selfib_good(slitmap,type):
def read_rssfile(filename):
try:
x=fits.open(filename)
except:
except Exception:
print('Error: eval_qual: Could not open %s' % filename)
return
slitmap=Table(x['SLITMAP'].data)
Expand Down

0 comments on commit 41886f1

Please sign in to comment.