summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/gnuradio
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2015-04-26 15:32:58 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2015-04-26 15:32:58 -0700
commitc5e6d08637be1703af6f5905f21deceed49470a8 (patch)
treeb4cdf25645874cf3b80c2c90080e8f4269448a32 /gnuradio-runtime/python/gnuradio
parent58486e918fc4c67cd4bb29c0e30a23b8425afd0e (diff)
parentc0a88bebb5ac163dd774f113b3eef71ed30221ea (diff)
Merge branch 'master' into next
Diffstat (limited to 'gnuradio-runtime/python/gnuradio')
-rw-r--r--gnuradio-runtime/python/gnuradio/gr/tag_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/python/gnuradio/gr/tag_utils.py b/gnuradio-runtime/python/gnuradio/gr/tag_utils.py
index ba46e3f4d9..dc36e05250 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 = None
+ self.srcid = False
def tag_to_python(tag):
""" Convert a stream tag to a Python-readable object """