Skip to content

Commit

Permalink
Merge branch 'tickets/DM-28056' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Dec 17, 2020
2 parents 5dd23de + 75b585c commit 1ff6949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/fgcmcal/fgcmCalibrateTractTable.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class FgcmCalibrateTractTableTask(FgcmCalibrateTractBaseTask):
"""
ConfigClass = FgcmCalibrateTractTableConfig
RunnerClass = FgcmCalibrateTractRunner
_DefaultName = "fgcmCalibrateTract"
_DefaultName = "fgcmCalibrateTractTable"

@classmethod
def _makeArgumentParser(cls):
Expand Down

0 comments on commit 1ff6949

Please sign in to comment.