Update utilities.py

This commit is contained in:
Saifeddine ALOUI 2024-10-08 11:30:10 +02:00 committed by GitHub
parent 73dea2872c
commit 05bc17ff9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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):