We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a32a9 commit 30f16d7Copy full SHA for 30f16d7
1 file changed
Mopy/bash/bash.py
@@ -465,7 +465,7 @@ def __init__(self, msg):
465
'fg': 'red'} # foreground button color
466
_tkinter_error_dial(msg, but_kwargs)
467
468
- except StandardError as e:
+ except Exception as e:
469
print u'Wrye Bash encountered an error but could not display it.'
470
print u'The following is the error that occurred when displaying the '\
471
u'first error:'
0 commit comments