From: <di...@us...> - 2010-11-19 17:01:53
|
Revision: 697 http://safekeep.svn.sourceforge.net/safekeep/?rev=697&view=rev Author: dimi Date: 2010-11-19 17:01:47 +0000 (Fri, 19 Nov 2010) Log Message: ----------- We have to deal with strings here Modified Paths: -------------- safekeep/trunk/safekeep Modified: safekeep/trunk/safekeep =================================================================== --- safekeep/trunk/safekeep 2010-11-19 16:59:55 UTC (rev 696) +++ safekeep/trunk/safekeep 2010-11-19 17:01:47 UTC (rev 697) @@ -105,7 +105,7 @@ log(msg, 'ERR') def do_spawn(args, stdin=None, stdout=False): - debug('Run [' + args + ']') + debug('Run [' + ' '.joint(args) + ']') _shell = isinstance(args, types.StringTypes) if stdin: _stdin = subprocess.PIPE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |