commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4120 - gnuradio/branches/developers/jcorgan/sfg/gnura


From: jcorgan
Subject: [Commit-gnuradio] r4120 - gnuradio/branches/developers/jcorgan/sfg/gnuradio-examples/python/audio
Date: Sun, 17 Dec 2006 18:15:28 -0700 (MST)

Author: jcorgan
Date: 2006-12-17 18:15:28 -0700 (Sun, 17 Dec 2006)
New Revision: 4120

Modified:
   
gnuradio/branches/developers/jcorgan/sfg/gnuradio-examples/python/audio/dial_tone2.py
Log:
Work in progress fixing threading issue.

Modified: 
gnuradio/branches/developers/jcorgan/sfg/gnuradio-examples/python/audio/dial_tone2.py
===================================================================
--- 
gnuradio/branches/developers/jcorgan/sfg/gnuradio-examples/python/audio/dial_tone2.py
       2006-12-18 00:34:13 UTC (rev 4119)
+++ 
gnuradio/branches/developers/jcorgan/sfg/gnuradio-examples/python/audio/dial_tone2.py
       2006-12-18 01:15:28 UTC (rev 4120)
@@ -55,7 +55,7 @@
     top_block = dial_tone()
     runtime = gr.runtime(top_block)
 
-    try:
-       runtime.run()
+    try:    
+        runtime.run()
     except KeyboardInterrupt:
-       runtime.stop()
+        pass





reply via email to

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