[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.42-35-ga4959de
Holger Levsen
holger at layer-acht.org
Thu Jan 19 23:25:08 UTC 2012
The following commit has been merged in the develop branch:
commit b47c1e1bfc11449a2441de9fd20b7f227cdcc9c1
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