mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-18 20:27:58 +00:00
Update utilities.py
This commit is contained in:
parent
73dea2872c
commit
05bc17ff9b
@ -356,7 +356,8 @@ def show_yes_no_dialog(title, text):
|
||||
root.destroy()
|
||||
|
||||
return result
|
||||
except:
|
||||
except Exception as ex:
|
||||
trace_exception(ex)
|
||||
return yes_or_no_input(text)
|
||||
|
||||
def show_message_dialog(title, text):
|
||||
|
Loading…
Reference in New Issue
Block a user