Rfaulk has submitted this change and it was merged.
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(-)
Approvals:
Rfaulk: Verified; Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I5e6bd9b251dd69f66d68f49aba41effc73c6c05a
Gerrit-PatchSet: 1
Gerrit-Project: sartoris
Gerrit-Branch: master
Gerrit-Owner: Rfaulk <[email protected]>
Gerrit-Reviewer: Rfaulk <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits