Xqt has uploaded a new change for review.

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

Change subject: [DOC] Add some doc strings
......................................................................

[DOC] Add some doc strings

Change-Id: I81f5c260db54584fcb2c92a114c4dc0ea9071bbd
---
M scripts/checkimages.py
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/35/238735/1

diff --git a/scripts/checkimages.py b/scripts/checkimages.py
index 85cd5a0..92b85c5 100755
--- a/scripts/checkimages.py
+++ b/scripts/checkimages.py
@@ -1494,6 +1494,7 @@
                 return True
 
     def findAdditionalProblems(self):
+        """Extract additional settings from configuration page."""
         # In every tuple there's a setting configuration
         for tupla in self.settingsData:
             name = tupla[1]
@@ -1540,6 +1541,7 @@
                         continue
 
     def checkStep(self):
+        """Check a single file page."""
         # nothing = Defining an empty image description
         nothing = ['', ' ', '  ', '   ', '\n', '\n ', '\n  ', '\n\n', '\n \n',
                    ' \n', ' \n ', ' \n \n']

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

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

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

Reply via email to