From 3c9940445e71d9b4701449cc0dc47f7ac32d5803 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 1 Jan 2015 17:37:57 -0600 Subject: Tweak status.html --- scripts/mkstatus.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'scripts/mkstatus.py') diff --git a/scripts/mkstatus.py b/scripts/mkstatus.py index 5ac6f085..82592c71 100755 --- a/scripts/mkstatus.py +++ b/scripts/mkstatus.py @@ -30,10 +30,13 @@ for i in stuff: except: reverse[j]=[i] for i in toystuff: + try: + if ("ready" in reverse[i]) and ("pending" in reverse[i]): print "barf", i + except: pass try: if ("ready" in reverse[i]) or ("pending" in reverse[i]): continue except: pass - print i + print "Not ready or pending:", i pending=[] done=[] @@ -48,7 +51,7 @@ conv = [("posix", '%%s', '(%s)'), ("toolbox", "", '{%s}'), ("klibc_cmd", "", '=%s='), ("sash_cmd", "", '#%s#'), ("sbase_cmd", "", '@%s@'), - ("beastiebox_cmd", "", '*%s*'), + ("beastiebox_cmd", "", '*%s*'), ("tizen", "", '$%s$'), ("request", '%%s', '+%s+')] -- cgit v1.2.3