projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9d39cd
)
Refine error message.
author
Huang Peng
<shawn.p.huang@gmail.com>
Sat, 27 Sep 2008 09:48:05 +0000
(17:48 +0800)
committer
Huang Peng
<shawn.p.huang@gmail.com>
Sat, 27 Sep 2008 09:48:05 +0000
(17:48 +0800)
daemon/_dbus.py
patch
|
blob
|
history
diff --git
a/daemon/_dbus.py
b/daemon/_dbus.py
index
4a1f671
..
f6216ef
100644
(file)
--- a/
daemon/_dbus.py
+++ b/
daemon/_dbus.py
@@
-44,7
+44,7
@@
class MatchRule:
try:
return eval("_fn(%s)" % rule)
except:
- raise ibus.IBusException("Parse match rule failed
"
)
+ raise ibus.IBusException("Parse match rule failed
\n%s" % rule
)
def match_message(self, dbusobj, message):
if self.__type == 'signale' and message.get_type() != 4: