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: Ib62c95f14e166908083dee1c1a8ee548876b2129 --- M 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/families/lockwiki_family.py b/families/lockwiki_family.py index b594116..f938850 100644 --- a/families/lockwiki_family.py +++ b/families/lockwiki_family.py @@ -37,4 +37,4 @@
def nicepath(self, code): """Return the nice article path for this family.""" - return "%s/" % self.path(self, code) + return "%s/" % self.path(code)