Skip to content
Snippets Groups Projects

Resolve "Print SFG"

Merged Adam Jakobsson requested to merge 19-print-sfg into develop
5 unresolved threads
2 files
+ 8
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -352,6 +352,9 @@ class SFG(AbstractOperation):
def __str__(self):
"""Prints operations, inputs and outputs in a SFG
"""
output_string = ""
for comp in self._components_in_dfs_order:
Loading