Rename bp reload lambda args

This commit is contained in:
Andreas Klöckner 2021-03-26 09:35:10 -05:00 committed by GitHub
parent 64e89ece04
commit 4d8868c4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2082,7 +2082,7 @@ class DebuggerUI(FrameVarInfoKeeper):
self.top.listen("o", show_output)
self.top.listen("ctrl r",
lambda a, b, c: reload_breakpoints_and_redisplay())
lambda w, size, key: reload_breakpoints_and_redisplay())
self.top.listen("!", run_cmdline)
self.top.listen("e", show_traceback)