fixed newcron path escaping, issue 772, thanks shikasta.net
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 1.99.7 (2012-05-02 15:57:52) dev
|
||||
Version 1.99.7 (2012-05-02 16:00:15) dev
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user