commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10872 - gnuradio/trunk/gnuradio-core/src/python/gnura


From: jcorgan
Subject: [Commit-gnuradio] r10872 - gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr
Date: Fri, 17 Apr 2009 14:35:43 -0600 (MDT)

Author: jcorgan
Date: 2009-04-17 14:35:43 -0600 (Fri, 17 Apr 2009)
New Revision: 10872

Modified:
   gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_hier_block2.py
Log:
Minor fix to last checkin

Modified: gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_hier_block2.py
===================================================================
--- gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_hier_block2.py       
2009-04-17 20:30:56 UTC (rev 10871)
+++ gnuradio/trunk/gnuradio-core/src/python/gnuradio/gr/qa_hier_block2.py       
2009-04-17 20:35:43 UTC (rev 10872)
@@ -284,7 +284,7 @@
                              gr.io_signature(1, 1, gr.sizeof_char),
                              gr.io_signature(0, 0, 0))
         dst = gr.vector_sink_b()
-        tb.connect(gr.vector_source_b([1,]), hb1)
+        tb.connect(src, hb1)
         hb1.connect(hb1, hb2)
         hb2.connect(hb2, gr.kludge_copy(gr.sizeof_char), dst)
         tb.run()





reply via email to

[Prev in Thread] Current Thread [Next in Thread]