summaryrefslogtreecommitdiff
path: root/grc/core/FlowGraph.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/core/FlowGraph.py')
-rw-r--r--grc/core/FlowGraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/FlowGraph.py b/grc/core/FlowGraph.py
index 58e10f08b5..7be39159e0 100644
--- a/grc/core/FlowGraph.py
+++ b/grc/core/FlowGraph.py
@@ -376,7 +376,7 @@ class FlowGraph(Element):
)
if isinstance(block, blocks.DummyBlock):
- print('Block id "%s" not found' % block_id)
+ block.add_error_message('Block id "{}" not found.'.format(block_id))
block.import_data(**block_data)