typo...

Sun, 28 Oct 2012 18:53:03 +0100

author
Malte Bayer <mbayer@neo-soft.org>
date
Sun, 28 Oct 2012 18:53:03 +0100
changeset 109
bb00e6994e5e
parent 108
350d7b571ad9
child 110
b0e4f4249351

typo...

slotUI/SlotCli.py file | annotate | diff | comparison | revisions
--- a/slotUI/SlotCli.py	Sun Oct 28 18:46:03 2012 +0100
+++ b/slotUI/SlotCli.py	Sun Oct 28 18:53:03 2012 +0100
@@ -51,7 +51,7 @@
 
 def trigger_event(what):
     trigger_sound(what)
-    Popen([os.path.abspath(EVENTPREFIX + what)])
+    Popen(["/bin/sh", os.path.abspath(EVENTPREFIX + what)])
 
 class SlotCli():
     def __init__(self, test = None, dev=""):

mercurial