Bugs item #1885032, was opened at 2008-02-02 11:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1885032...
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: other Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: shizhao (wikishizhao) Assigned to: Nobody/Anonymous (nobody) Summary: unlink.py BUG
Initial Comment: Traceback (most recent call last): File "unlink.py", line 165, in ? main() File "unlink.py", line 159, in main bot.run() File "unlink.py", line 137, in run self.treat(page) File "unlink.py", line 116, in treat text, jumpToBeginning = self.handleNextLink(text, match) File "unlink.py", line 79, in handleNextLink wikipedia.output(text[max(0, m.start() - context) : m.start()] + '\03{lightred}' + text[m.start() : m.end()] + '\03{default}' + text[m.end() : m.end() + context]) NameError: global name 'm' is not defined
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1885032...