[csw-devel] SF.net SVN: gar:[13100] csw/mgar/gar/v2/lib/python/shell.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Fri Jan 28 01:20:43 CET 2011
Revision: 13100
http://gar.svn.sourceforge.net/gar/?rev=13100&view=rev
Author: wahwah
Date: 2011-01-28 00:20:42 +0000 (Fri, 28 Jan 2011)
Log Message:
-----------
checkpkg: Bugfix for shell.py
There was a variable which was not defined, but used on the debug mode.
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/shell.py
Modified: csw/mgar/gar/v2/lib/python/shell.py
===================================================================
--- csw/mgar/gar/v2/lib/python/shell.py 2011-01-27 20:20:00 UTC (rev 13099)
+++ csw/mgar/gar/v2/lib/python/shell.py 2011-01-28 00:20:42 UTC (rev 13100)
@@ -11,6 +11,7 @@
def ShellCommand(self, args, quiet=False):
logging.debug("Calling: %s", repr(args))
+ stdout, stderr = None, None
if quiet:
process = subprocess.Popen(args,
stdout=subprocess.PIPE,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list