Bugs item #2888764, was opened at 2009-10-29 13:22 Message generated for change (Comment added) made by xqt You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2888764...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Philippe Elie (phil_e) Assigned to: Nobody/Anonymous (nobody) Summary: Page.move() doesn't report errror
Initial Comment: Pywikipedia [http] trunk/pywikipedia (r7561, 2009/10/29, 09:10:59) Python 2.5.2 (r252:60911, Aug 3 2008, 15:34:23) [GCC 4.2.3]
wikipedia.py Page.move() return False if an error occur except in one case if 'error' in result: .... else: output("Unknown Error: %s" % result) <--- Missing return False after that, w/o that bot can't test if a move() succeed or fail
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-10-29 13:39
Message: see https://sourceforge.net/apps/trac/sourceforge/ticket/6107
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2888764...
pywikipedia-bugs@lists.wikimedia.org