[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.42-36-ge22bd63
Holger Levsen
holger at layer-acht.org
Thu Jan 19 23:26:30 UTC 2012
The following commit has been merged in the piatti 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