Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D984
Change Details
Change Details
Old
New
Diff
.+surname and .+givenname can sometimes fail with a pywikibot.data.api.APIError thrown. If we were in a pure Python context we could nicely catch those errors. Currently, from our TCL interpreter, we instead receive a text output. A callback method is provided to parse this output to print error.
.+surname and .+givenname can sometimes fail with a pywikibot.data.api.APIError thrown. If we were in a pure Python context we could nicely catch those errors. Currently, from our TCL interpreter, we instead receive a text output. A callback method is provided to parse this output to print error. Fixes T1203.
.+surname and .+givenname can sometimes fail with a pywikibot.data.api.APIError thrown. If we were in a pure Python context we could nicely catch those errors. Currently, from our TCL interpreter, we instead receive a text output. A callback method is provided to parse this output to print error.
Fixes T1203.
Continue