summaryrefslogtreecommitdiff
path: root/grc/core/Platform.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/core/Platform.py')
-rw-r--r--grc/core/Platform.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/Platform.py b/grc/core/Platform.py
index 82d91ddb72..02a625bbf4 100644
--- a/grc/core/Platform.py
+++ b/grc/core/Platform.py
@@ -130,7 +130,7 @@ class Platform(Element):
Messages.send('>>> Generate Error: {}: {}\n'.format(file_path, str(e)))
return False
- self.load_block_xml(generator.get_file_path_xml())
+ self.load_block_xml(generator.file_path_xml)
return True
def load_blocks(self):