Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenain committed Jul 28, 2017
1 parent efb0159 commit 60bf973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flaapluc/automaticLightCurve.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Time-stamp: "2017-07-28 16:09:04 jlenain"
# Time-stamp: "2017-07-28 16:38:40 jlenain"

"""
FLaapLUC (Fermi/LAT automatic aperture photometry Light C<->Urve)
Expand Down Expand Up @@ -1498,7 +1498,7 @@ def search2FHLcounterpart(self):
cat2FHLfile = self.catalogFile.replace('/3FGL/','/2FHL/').replace('psc_v08','psch_v08').replace('psc_v16','psch_v08')
try:
hdulist = pyfits.open(cat2FHLfile)
except IOErrror:
except IOError:
if VERBOSE:
print 'INFO: 2FHL catalog file not found'
return None
Expand Down

0 comments on commit 60bf973

Please sign in to comment.