summaryrefslogtreecommitdiff
path: root/classes/tinderclient.bbclass
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-03-10 13:58:49 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-03-10 13:58:49 +0000
commite2152105462938dd24049d166836f0875257feab (patch)
treefba3a1364c71bc78b4ede05a5769e59ce9d1474c /classes/tinderclient.bbclass
parentff499943f6153d0776440a4d7d1222d03cfa857f (diff)
parent6f9a198964d8d694926f780076319591b47afdbd (diff)
merge of '87f4964e99b725f1fc7dfcdb6feb62a3b3b0cd12'
and '9080aeaf22159dec40b83350bca564db5767774f'
Diffstat (limited to 'classes/tinderclient.bbclass')
-rw-r--r--classes/tinderclient.bbclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/tinderclient.bbclass b/classes/tinderclient.bbclass
index 3f5183cc8f..d1d9f49fac 100644
--- a/classes/tinderclient.bbclass
+++ b/classes/tinderclient.bbclass
@@ -371,6 +371,10 @@ addhandler tinderclient_eventhandler
python tinderclient_eventhandler() {
from bb import note, error, data
from bb.event import NotHandled
+
+ if e.data is None:
+ return NotHandled
+
do_tinder_report = data.getVar('TINDER_REPORT', e.data, True)
if do_tinder_report and do_tinder_report == "1":
tinder_do_tinder_report(e)