Xqt has uploaded a new change for review.

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

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/05/120205/1

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: newchange
Gerrit-Change-Id: I1dcb7930a47c9c58f867c1710d3b4f4600341dd7
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