jenkins-bot has submitted this change and it was merged.
Change subject: [FIX] lockwiki family: Remove unnecessary parameter ......................................................................
[FIX] lockwiki family: Remove unnecessary parameter
Change-Id: I96ed6301b70a456aba17496ce0915de3498fa513 --- M pywikibot/families/lockwiki_family.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/families/lockwiki_family.py b/pywikibot/families/lockwiki_family.py index 0a4d0a4..bf4f578 100644 --- a/pywikibot/families/lockwiki_family.py +++ b/pywikibot/families/lockwiki_family.py @@ -29,7 +29,7 @@
def nicepath(self, code): """Return the nice article path for this family.""" - return "%s/" % self.path(self, code) + return "%s/" % self.path(code)
def protocol(self, code): """Return https as the protocol for this family."""
pywikibot-commits@lists.wikimedia.org