jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
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(-)

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)

To view, visit change 418694. To unsubscribe, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I9a73b4ffa66135ce896a9378475a1712774103dc
Gerrit-Change-Number: 418694
Gerrit-PatchSet: 1
Gerrit-Owner: Dalba <dalba.wiki@gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: Zoranzoki21 <zorandori4444@gmail.com>
Gerrit-Reviewer: jenkins-bot <>