Rfaulk has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/80529


Change subject: fix - missing self refs in class methods.
......................................................................

fix - missing self refs in class methods.

Change-Id: I5e6bd9b251dd69f66d68f49aba41effc73c6c05a
---
M sartoris/sartoris.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/sartoris refs/changes/29/80529/1

diff --git a/sartoris/sartoris.py b/sartoris/sartoris.py
index 2b6d69a..c857741 100755
--- a/sartoris/sartoris.py
+++ b/sartoris/sartoris.py
@@ -529,14 +529,14 @@
 
         return 0
 
-    def release():
+    def release(self):
         """
         * tag a release and push to remote
         In this case you may want to perform the rollout yourself.
         """
         pass
 
-    def finish():
+    def finish(self):
         """
         Call after rolling out on 'release'
         """

-- 
To view, visit https://gerrit.wikimedia.org/r/80529
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5e6bd9b251dd69f66d68f49aba41effc73c6c05a
Gerrit-PatchSet: 1
Gerrit-Project: sartoris
Gerrit-Branch: master
Gerrit-Owner: Rfaulk <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to