Skip to content

Commit

Permalink
Satisfy lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael vanderKamp authored and Michael vanderKamp committed Jan 6, 2021
1 parent a19952b commit da5c701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pudb/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -2507,7 +2507,8 @@ def event_loop(self, toplevel=None):
try:
toplevel.keypress(self.size, k)
except Exception:
ui_log.exception("Encountered unexpected exception in the debugger UI.")
ui_log.exception("Encountered unexpected exception "
"in the debugger UI.")

return self.quit_event_loop
finally:
Expand Down

0 comments on commit da5c701

Please sign in to comment.