[Pywikipedia-l] [ pywikipediabot-Patches-1870918 ] welcome.py fails without signature definition page.
SourceForge.net
noreply at sourceforge.net
Mon Jan 14 08:51:59 UTC 2008
Patches item #1870918, was opened at 2008-01-14 08:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=1870918&group_id=93107
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: Nightshadow28 (nightshadow28)
Assigned to: Nobody/Anonymous (nobody)
Summary: welcome.py fails without signature definition page.
Initial Comment:
from Japanese Wikipedia:
If welcome.py is used without signature definition page, an exception is thrown.
Traceback (most recent call last):
File "welcome.py", line 889, in ?
for x in main(settingsBot):
File "welcome.py", line 754, in main
welcom = welcomer % sign
TypeError: not all arguments converted during string formatting
I tried to watch "welcomer" and "sign", it is:
welcomer: {{subst:Welcome}}
sign: --~~~~
Temporary measure is as follows:
welcom = welcomer + sign
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603140&aid=1870918&group_id=93107
More information about the Pywikipedia-l
mailing list