implemented cron fix, thanks Michael
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-06-09 00:07:53) dev
|
||||
Version 2.00.0 (2012-06-09 11:20:18) dev
|
||||
|
||||
+1
-1
@@ -224,7 +224,7 @@ class cronlauncher(threading.Thread):
|
||||
|
||||
def run(self):
|
||||
import subprocess
|
||||
proc = subprocess.Popen(self.cmd,
|
||||
proc = subprocess.Popen(self.cmd.split(),
|
||||
stdin=subprocess.PIPE,
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE,
|
||||
|
||||
Reference in New Issue
Block a user