Skip to content

Commit

Permalink
Fix incorrect assertion message.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jan 2, 2025
1 parent 0ad2a2f commit f179638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colour/utilities/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ def set_output(self, name: str, value: Any) -> None:

attest(
name in self._output_ports,
f'"{name}" is not a member of "{self._name}" input ports!',
f'"{name}" is not a member of "{self._name}" output ports!',
)

self._output_ports[name].value = value
Expand Down

0 comments on commit f179638

Please sign in to comment.