Skip to content
Snippets Groups Projects
Commit b76cf1ab authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist: Committed by Robier Al Kaadi
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent eb0b9b81
No related branches found
No related tags found
1 merge request!454Resolve "Incorrect SFGs do not raise"
Pipeline #133568 failed
......@@ -305,7 +305,7 @@ class SFG(AbstractOperation):
if len(output_sources) != (output_operation_count + output_signal_count):
raise ValueError(
"At least one output signal is not connected!, Tips: Check for output ports that are connected to the same signal"
"At least one output operation is not connected!, Tips: Check for output ports that are connected to the same signal"
)
def __str__(self) -> str:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment