mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Somehow (no idea how!) I missed half of patch #1005008. Sorry about that.
This commit is contained in:
parent
09ad235f99
commit
3fdd43ef35
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def wrapper(func, *args, **kwds):
|
|||
except:
|
||||
pass
|
||||
|
||||
return func(stdscr, *rest)
|
||||
return func(stdscr, *args, **kwds)
|
||||
finally:
|
||||
# Set everything back to normal
|
||||
stdscr.keypad(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue