[Demi-commits] r70 - lib

John Morrissey jwm-guest at costa.debian.org
Mon Jan 30 19:19:45 UTC 2006


Author: jwm-guest
Date: 2006-01-30 19:19:41 +0000 (Mon, 30 Jan 2006)
New Revision: 70

Modified:
   lib/machine.py
Log:
ignore Command.push()'s result; we don't use it


Modified: lib/machine.py
===================================================================
--- lib/machine.py	2006-01-30 19:19:15 UTC (rev 69)
+++ lib/machine.py	2006-01-30 19:19:41 UTC (rev 70)
@@ -508,4 +508,4 @@
 				raise Exception("Invalid package version: '" + version + "'.")
 
 		command = RemoteCommand("install", pkgSpecs)
-		result = command.push(self)
+		command.push(self)




More information about the Demi-commits mailing list