Don't expect dialog.yesno() to return integers
Use dialog constants to compare with the return value of yesno(). In newer versions of the dialog library, the return value of the function is unicode strings.
Showing
- image_creator/dialog_main.py 38 additions, 17 deletionsimage_creator/dialog_main.py
- image_creator/dialog_menu.py 17 additions, 15 deletionsimage_creator/dialog_menu.py
- image_creator/dialog_util.py 6 additions, 6 deletionsimage_creator/dialog_util.py
- image_creator/dialog_wizard.py 6 additions, 5 deletionsimage_creator/dialog_wizard.py
Loading
Please register or sign in to comment