diff options
Diffstat (limited to 'grc/core/FlowGraph.py')
-rw-r--r-- | grc/core/FlowGraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/FlowGraph.py b/grc/core/FlowGraph.py index 16842595c8..67e86f3e6e 100644 --- a/grc/core/FlowGraph.py +++ b/grc/core/FlowGraph.py @@ -53,7 +53,7 @@ class FlowGraph(Element): Returns: the flow graph object """ - Element.__init__(self, platform) + Element.__init__(self, parent=platform) self._timestamp = time.ctime() self._options_block = self.parent_platform.get_new_block(self, 'options') |