fixed newcron path escaping, issue 772, thanks shikasta.net

This commit is contained in:
Massimo Di Pierro
2012-05-02 16:00:20 -05:00
parent c9df8f007d
commit 37e6826371
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.7 (2012-05-02 15:57:52) dev
Version 1.99.7 (2012-05-02 16:00:15) dev
-2
View File
@@ -219,8 +219,6 @@ class cronlauncher(threading.Thread):
threading.Thread.__init__(self)
if platform.system() == 'Windows':
shell = False
elif isinstance(cmd,list):
cmd = ' '.join(cmd)
self.cmd = cmd
self.shell = shell