Skip to content

Commit

Permalink
Fix counterpoint -> counterpart in exception message.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed May 10, 2023
1 parent 7c4dbe5 commit 3691b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/base/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ def buildDatasetRefs(
# to handle, throw
else:
raise ValueError(
f"Attribute with name {attributeName} has no counterpoint in input quantum"
f"Attribute with name {attributeName} has no counterpart in input quantum"
)
return inputDatasetRefs, outputDatasetRefs

Expand Down

0 comments on commit 3691b3c

Please sign in to comment.