jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1195716?usp=email )
Change subject: [bugfix] Fix initializer for bot_choice.UnhandledAnswer ...................................................................... [bugfix] Fix initializer for bot_choice.UnhandledAnswer Change-Id: I2b2a8986502edd97101d45331c577194560f70b1 Signed-off-by: Xqt <[email protected]> --- M pywikibot/bot_choice.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/pywikibot/bot_choice.py b/pywikibot/bot_choice.py index 23785e2..14bfb4f 100644 --- a/pywikibot/bot_choice.py +++ b/pywikibot/bot_choice.py @@ -603,7 +603,7 @@ """The given answer didn't suffice.""" - def __int__(self, stop: bool = False) -> None: + def __init__(self, stop: bool = False) -> None: """Initializer.""" self.stop = stop -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1195716?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I2b2a8986502edd97101d45331c577194560f70b1 Gerrit-Change-Number: 1195716 Gerrit-PatchSet: 8 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
