implemented cron fix, thanks Michael

This commit is contained in:
Massimo Di Pierro
2012-06-09 11:20:23 -05:00
parent 672f6d082b
commit 20c5ed3797
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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,