Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Apr 5, 2019
1 parent 1bb2f9e commit 17f5f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/astrom/matchOptimisticBTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class MatchOptimisticBConfig(pexConfig.Config):
def setDefaults(self):
sourceSelector = self.sourceSelector["matcher"]
sourceSelector.setDefaults()
sourceSelector.exludePixelFlags = False
sourceSelector.excludePixelFlags = False


# The following block adds links to this task from the Task Documentation page.
Expand Down

0 comments on commit 17f5f48

Please sign in to comment.