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 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) |