Fix lints

This commit is contained in:
Ben Jackson 2021-03-11 22:45:59 +00:00
commit efc5c76866
2 changed files with 4 additions and 2 deletions

View file

@ -378,6 +378,7 @@ def AskForInput( prompt, default_value = None, completion = None ):
CONFIRM = {}
CONFIRM_ID = 0
def ConfirmCallback( confirm_id, result ):
try:
handler = CONFIRM.pop( confirm_id )