mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-02-16 18:31:45 +01:00
🚨 fix yapf
This commit is contained in:
parent
f8b13440c1
commit
6b7144bbab
1 changed files with 1 additions and 2 deletions
|
@ -132,8 +132,7 @@ class ConversationHandler(Handler):
|
|||
try:
|
||||
res = new_state.result(timeout=self.run_async_timeout)
|
||||
except Exception as exc:
|
||||
self.logger.exception("promise function raised exception: %s" %
|
||||
exc)
|
||||
self.logger.exception("Promise function raised exception")
|
||||
error = True
|
||||
|
||||
if not error and new_state.done.is_set():
|
||||
|
|
Loading…
Add table
Reference in a new issue