commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 05/09: runtime: fixed default srcid value f


From: git
Subject: [Commit-gnuradio] [gnuradio] 05/09: runtime: fixed default srcid value for PythonTag class
Date: Sun, 26 Apr 2015 22:37:13 +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 9581cf9c063df6314d72c0830fd412cd05a3f9b4
Author: Sean Nowlan <address@hidden>
Date:   Sun Apr 26 17:35:15 2015 -0400

    runtime: fixed default srcid value for PythonTag class
---
 gnuradio-runtime/python/gnuradio/gr/tag_utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnuradio-runtime/python/gnuradio/gr/tag_utils.py 
b/gnuradio-runtime/python/gnuradio/gr/tag_utils.py
index ab03958..dc36e05 100644
--- a/gnuradio-runtime/python/gnuradio/gr/tag_utils.py
+++ b/gnuradio-runtime/python/gnuradio/gr/tag_utils.py
@@ -8,7 +8,7 @@ class PythonTag(object):
         self.offset = None
         self.key    = None
         self.value  = None
-        self.srcid  = pmt.PMT_F
+        self.srcid  = False
 
 def tag_to_python(tag):
     """ Convert a stream tag to a Python-readable object """



reply via email to

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