[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.42-33-gf6850c4

Holger Levsen holger at layer-acht.org
Thu Jan 19 23:21:26 UTC 2012


The following commit has been merged in the develop branch:
commit f6850c4d9023de4a678d29067ed66ae96747834e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jan 20 00:21:23 2012 +0100

    fix typo

diff --git a/piuparts-slave.py b/piuparts-slave.py
index ebd6d28..ffb9668 100644
--- a/piuparts-slave.py
+++ b/piuparts-slave.py
@@ -188,7 +188,7 @@ class Slave:
         if line != "ok\n":
             raise MasterNotOK()
 
-    def get_status(section):
+    def get_status(self, section):
         self._writeline("status")
         line = self._readline()
         words = line.split()

-- 
piuparts git repository



More information about the Piuparts-commits mailing list