[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 02/02: grc: remove stray comment in generat
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 02/02: grc: remove stray comment in generated flow graph |
Date: |
Fri, 13 Jun 2014 22:44:32 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit c138442d414168b681c0d4900906360a27b4c8c3
Author: Sebastian Koslowski <address@hidden>
Date: Fri Jun 13 10:43:22 2014 +0200
grc: remove stray comment in generated flow graph
---
grc/python/flow_graph.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grc/python/flow_graph.tmpl b/grc/python/flow_graph.tmpl
index 885fa75..e1b0916 100644
--- a/grc/python/flow_graph.tmpl
+++ b/grc/python/flow_graph.tmpl
@@ -230,7 +230,7 @@ gr.io_signaturev($(len($io_sigs)), $(len($io_sigs)), [$(',
'.join($size_strs))])
#end for
########################################################
-# QT sink close method reimplementation
+## QT sink close method reimplementation
########################################################
#if $generate_options == 'qt_gui'
def closeEvent(self, event):