jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/809006 )

Change subject: [IMPR] PEP8 updates
......................................................................

[IMPR] PEP8 updates

Bug: T305859
Change-Id: Idc9c92439a5dbe4cef2da868162103c1c8e3d5ac
---
M scripts/dataextend.py
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Vivian Rook: Looks good to me, but someone else must approve
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/scripts/dataextend.py b/scripts/dataextend.py
index 4fa10cd..1fe790e 100644
--- a/scripts/dataextend.py
+++ b/scripts/dataextend.py
@@ -10940,6 +10940,7 @@
         section = self.findbyre(r'(?s)Externé odkazy</h4>(.*?)</div>', html)
         if section:
             return self.findallbyre(r'href="([^"]*)" target="_blank"', section)
+        return None


 class InvaluableAnalyzer(Analyzer):

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/809006
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Idc9c92439a5dbe4cef2da868162103c1c8e3d5ac
Gerrit-Change-Number: 809006
Gerrit-PatchSet: 8
Gerrit-Owner: Vivian Rook <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[email protected]>
Gerrit-Reviewer: Vivian Rook <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to