summaryrefslogtreecommitdiffstats
path: root/lib/bb/ui/knotty.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/ui/knotty.py')
-rw-r--r--lib/bb/ui/knotty.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bb/ui/knotty.py b/lib/bb/ui/knotty.py
index 811e80cf6..a549cceb8 100644
--- a/lib/bb/ui/knotty.py
+++ b/lib/bb/ui/knotty.py
@@ -134,6 +134,8 @@ def init(frontend, eventHandler):
continue
if event[0].startswith('bb.runqueue.runQueue'):
continue
+ if event[0].startswith('bb.event.StampUpdate'):
+ continue
print "Unknown Event: %s" % event
except KeyboardInterrupt: