Skip to content

Commit

Permalink
Fixed string
Browse files Browse the repository at this point in the history
  • Loading branch information
plazas committed Jan 9, 2019
1 parent 7f8df5d commit b05aa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ip/isr/isrTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ def run(self, ccdExposure, camera=None, bias=None, linearizer=None, crosstalkSou
if self.config.doDefect and defects is None:
raise RuntimeError("Must supply defects if config.doDefect=True.")
if self.config.doAddDistortionModel and camera is None:
raise RuntimeError("Must supply camera if config.doAddDistortionModel True")
raise RuntimeError("Must supply camera if config.doAddDistortionModel=True.")

# Begin ISR processing.
if self.config.doConvertIntToFloat:
Expand Down

0 comments on commit b05aa4a

Please sign in to comment.