Xqt has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/344780 )

Change subject: [bugfix] Add 'mul' to exceptions list
......................................................................

[bugfix] Add 'mul' to exceptions list

'mul' pseudo language is used by wikisource and redirects to wikisource.org
itself. That code is added to the language_by_size list in family's
constructor. Therefore we must not add it by the mainenance script.

Bug: T161398
Change-Id: I5016ec0ec563a8c5ac744abffe73032da5e71b7c
---
M scripts/maintenance/wikimedia_sites.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/80/344780/1

diff --git a/scripts/maintenance/wikimedia_sites.py 
b/scripts/maintenance/wikimedia_sites.py
index 7a6ea23..76782b4 100755
--- a/scripts/maintenance/wikimedia_sites.py
+++ b/scripts/maintenance/wikimedia_sites.py
@@ -33,7 +33,7 @@
     'wiktionary',
 ]
 
-exceptions = ['-']
+exceptions = ['-', 'mul']
 
 
 def update_family(families):

-- 
To view, visit https://gerrit.wikimedia.org/r/344780
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5016ec0ec563a8c5ac744abffe73032da5e71b7c
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <i...@gno.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to