|
From: <di...@us...> - 2009-05-01 06:28:17
|
Revision: 650
http://safekeep.svn.sourceforge.net/safekeep/?rev=650&view=rev
Author: dimi
Date: 2009-05-01 06:28:16 +0000 (Fri, 01 May 2009)
Log Message:
-----------
Fix typo
Modified Paths:
--------------
safekeep/trunk/safekeep
Modified: safekeep/trunk/safekeep
===================================================================
--- safekeep/trunk/safekeep 2009-05-01 06:26:21 UTC (rev 649)
+++ safekeep/trunk/safekeep 2009-05-01 06:28:16 UTC (rev 650)
@@ -123,7 +123,7 @@
def try_to_run(cmd):
cmd = cmd.split(' ')[0]
- proc = popen2.Popen4(args)
+ proc = popen2.Popen4(cmd)
proc.tochild.close()
for line in proc.fromchild:
info(line.rstrip())
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|