Pyfisch has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/94630


Change subject: Retry.
......................................................................

Retry.

Change-Id: Ica2ec26ec50bda32dab428583049aa2e816cd5e6
---
M pywikibot/family.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/30/94630/1

diff --git a/pywikibot/family.py b/pywikibot/family.py
index 3122955..0cbddbc 100644
--- a/pywikibot/family.py
+++ b/pywikibot/family.py
@@ -878,7 +878,7 @@
         else:
             cr_template_list = self.category_redirect_templates[fallback]
             cr_list = []
-       if len(cr_template_list) > 0:
+    if len(cr_template_list) > 0:
             cr_template = cr_template_list[0]
             
             # start with list of category redirect templates from family file
@@ -1075,4 +1075,4 @@
         return ('commons', 'commons')
 
     def protocol(self, code):
-        return 'https'
+        return 'https'
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ica2ec26ec50bda32dab428583049aa2e816cd5e6
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Pyfisch <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to