|
From: <di...@us...> - 2009-05-01 06:39:28
|
Revision: 652
http://safekeep.svn.sourceforge.net/safekeep/?rev=652&view=rev
Author: dimi
Date: 2009-05-01 06:39:27 +0000 (Fri, 01 May 2009)
Log Message:
-----------
Don't strip off the parameters
Modified Paths:
--------------
safekeep/trunk/safekeep
Modified: safekeep/trunk/safekeep
===================================================================
--- safekeep/trunk/safekeep 2009-05-01 06:37:04 UTC (rev 651)
+++ safekeep/trunk/safekeep 2009-05-01 06:39:27 UTC (rev 652)
@@ -122,7 +122,6 @@
log(msg, 'ERR')
def try_to_run(cmd):
- cmd = cmd.split(' ')[0]
proc = popen2.Popen4(cmd)
proc.tochild.close()
for line in proc.fromchild:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|