summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--grc/core/generator/flow_graph.py.mako2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/generator/flow_graph.py.mako b/grc/core/generator/flow_graph.py.mako
index e20f96c832..81d71bd569 100644
--- a/grc/core/generator/flow_graph.py.mako
+++ b/grc/core/generator/flow_graph.py.mako
@@ -217,7 +217,7 @@ gr.io_signature.makev(${len(io_sigs)}, ${len(io_sigs)}, [${', '.join(size_strs)}
# Connections
${'##################################################'}
% for connection in connections:
- ${ connection.rstrip() }
+ ${ indent(connection.rstrip()) }
% endfor
% endif