diff options
Diffstat (limited to 'grc/core/Platform.py')
-rw-r--r-- | grc/core/Platform.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/Platform.py b/grc/core/Platform.py index 2a8764ad0d..9956391055 100644 --- a/grc/core/Platform.py +++ b/grc/core/Platform.py @@ -326,7 +326,7 @@ class Platform(Element): } def get_new_flow_graph(self): - return self.FlowGraph(platform=self) + return self.FlowGraph(parent=self) def get_new_block(self, parent, key, **kwargs): cls = self.block_classes.get(key, self.block_classes[None]) |