Skip to content

Commit

Permalink
Add missing calexptype.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Nov 22, 2021
1 parent 9ac6cc2 commit 5c3a69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/tasks/makeCoaddTempExp.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ class MakeWarpConnections(pipeBase.PipelineTaskConnections,
)
visitSummary = connectionTypes.Input(
doc="Consolidated exposure metadata from ConsolidateVisitSummaryTask",
name="visitSummary",
name="{calexpType}visitSummary",
storageClass="ExposureCatalog",
dimensions=("instrument", "visit",),
)
Expand Down

0 comments on commit 5c3a69b

Please sign in to comment.