jenkins-bot has submitted this change and it was merged.

Change subject: remove obsolete pywikibot.stopme() at the end of this script.
......................................................................


remove obsolete pywikibot.stopme() at the end of this script.

In core branch pywikibot.stopme() is called by atexit library.
The function is executed upon normal program termination. This
patch prohibits executing it twice.

Change-Id: I1dcb7930a47c9c58f867c1710d3b4f4600341dd7
---
M scripts/makecat.py
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  Merlijn van Deen: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/scripts/makecat.py b/scripts/makecat.py
index c5869ae..eddde36 100644
--- a/scripts/makecat.py
+++ b/scripts/makecat.py
@@ -296,7 +296,6 @@
         loaded -= 1
 
 finally:
-    pywikibot.stopme()
     try:
         excludefile.close()
     except:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1dcb7930a47c9c58f867c1710d3b4f4600341dd7
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to