Skip to content

Commit

Permalink
Merge branch 'feature/v0.4.7' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Dec 14, 2024
2 parents 287bf5c + c917ff2 commit f364234
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 @@ -1320,7 +1320,7 @@ def set_input(self, name: str, value: Any) -> None:

self._input_ports[name].value = value

def get_output(self, name: str) -> None:
def get_output(self, name: str) -> Any:
"""
Return the value of the output port with given name.
Expand Down

0 comments on commit f364234

Please sign in to comment.