jenkins-bot has submitted this change and it was merged.
Change subject: [FIX] bot: Import HighlightContextOption
......................................................................
[FIX] bot: Import HighlightContextOption
The bot module should import all options from pywikibot.bot_choice but did not
import HighlightContextOption which caused the solve_disambiguation script to
fail and by extension the misspelling script too. All of that was changed in
d15e0c44.
Change-Id: I33d2c62aca46e1b91df682dbc17917ce54af006e
---
M pywikibot/bot.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
John Vandenberg: Looks good to me, approved
XZise: Looks good to me, but someone else must approve
jenkins-bot: Verified
diff --git a/pywikibot/bot.py b/pywikibot/bot.py
index e4aba4e..5c516d7 100644
--- a/pywikibot/bot.py
+++ b/pywikibot/bot.py
@@ -45,7 +45,7 @@
from pywikibot import version
from pywikibot.bot_choice import ( # noqa: unused imports
Option, StandardOption, NestedOption, IntegerOption, ContextOption,
- ListOption,
+ ListOption, HighlightContextOption,
ChoiceException, QuitKeyboardInterrupt,
)
from pywikibot.tools import deprecated, deprecated_args, PY2
--
To view, visit https://gerrit.wikimedia.org/r/220562
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I33d2c62aca46e1b91df682dbc17917ce54af006e
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: XZise <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: XZise <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits