Skip to content

Commit

Permalink
Fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed May 30, 2019
1 parent 6a1d522 commit 5506e13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/lsst/fgcmcal/fgcmOutputProducts.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ def runDataRef(self, butler):
self.chebyshevOrder = fitCycleConfig.superStarSubCcdChebyshevOrder

if self.config.doReferenceCalibration and fitCycleConfig.doReferenceCalibration:
self.log.warn("doReferenceCalibration is set, and is possibly redundant with fitCycleConfig.doReferenceCalibration")
self.log.warn("doReferenceCalibration is set, and is possibly redundant with "
"fitCycleConfig.doReferenceCalibration")

# And make sure that the atmosphere was output properly
if not butler.datasetExists('fgcmAtmosphereParameters', fgcmcycle=self.config.cycleNumber):
Expand Down

0 comments on commit 5506e13

Please sign in to comment.