Skip to content

Commit

Permalink
Merge pull request #16 from lsst/tickets/DM-4037
Browse files Browse the repository at this point in the history
DM-4037: Require non-empty doc string for config parameters
  • Loading branch information
enourbakhsh committed Jun 8, 2023
2 parents 23aba91 + 04849a2 commit aafffc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/drp/tasks/gbdesAstrometricFit.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class GbdesAstrometricFitConnections(pipeBase.PipelineTaskConnections,
dimensions=('instrument', 'skymap', 'tract', 'physical_filter'),
)
starCatalog = pipeBase.connectionTypes.Output(
doc="",
doc="Star catalog.",
name='gbdesAstrometricFit_starCatalog',
storageClass='ArrowNumpyDict',
dimensions=('instrument', 'skymap', 'tract', 'physical_filter')
Expand Down

0 comments on commit aafffc2

Please sign in to comment.