From: Bernhard Tittelbach Date: Fri, 30 Jul 2010 03:48:31 +0000 (+0000) Subject: work around python bug X-Git-Url: https://git.realraum.at/?p=svn42.git;a=commitdiff_plain;h=475c5284f5b69231f76e29fd4e8e7f13a7a0a000 work around python bug --- diff --git a/play-sound-status.py b/play-sound-status.py index d0ecf2a..cbb6321 100755 --- 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)