jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/418694 )
Change subject: aspects.py: Change `-code` to `-lang` ......................................................................
aspects.py: Change `-code` to `-lang`
Pywikibot does not handle `-code` option anywhere in its codebase.
Change-Id: I9a73b4ffa66135ce896a9378475a1712774103dc --- M tests/aspects.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/aspects.py b/tests/aspects.py index 80d7b58..041e51b 100644 --- a/tests/aspects.py +++ b/tests/aspects.py @@ -1514,7 +1514,7 @@ site = self.get_site()
args = args + ['-family:' + site.family.name, - '-code:' + site.code] + '-lang:' + site.code]
return execute_pwb(args, data_in, timeout, error)
pywikibot-commits@lists.wikimedia.org