projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52d0dd8
)
work around python bug
author
Bernhard Tittelbach
<xro@realraum.at>
Fri, 30 Jul 2010 03:48:31 +0000
(
03:48
+0000)
committer
Bernhard Tittelbach
<xro@realraum.at>
Fri, 30 Jul 2010 03:48:31 +0000
(
03:48
+0000)
play-sound-status.py
patch
|
blob
|
history
diff --git
a/play-sound-status.py
b/play-sound-status.py
index
d0ecf2a
..
cbb6321
100755
(executable)
--- a/
play-sound-status.py
+++ b/
play-sound-status.py
@@
-207,7
+207,7
@@
def playThemeOf(user):
if config is None:
config=uwscfg.getValue("mapping_default")
logging.debug("playThemeOf: action for user %s: %s" % (user,config))
- executeAction(config)
+ executeAction(config,[])
def popenTimeout1(cmd, pinput, returncode_ok=[0], ptimeout = 20.0, pcheckint = 0.25):
logging.debug("popenTimeout1: starting: " + cmd)