Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pgee committed Jan 16, 2015
1 parent 5cef259 commit 903fa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/base/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def measure(self, measRecord, exposure):
if flux1 < flux2:
measRecord.set(self.keyProbability, 0.0)
else:
measRecord.set(self.keyProbability, 1.0);
measRecord.set(self.keyProbability, 1.0)

def fail(self, measRecord, error=None):
# Override fail() to do nothing in the case of an exception. We should be setting a flag
Expand Down

0 comments on commit 903fa4a

Please sign in to comment.