Skip to content

Commit 30f16d7

Browse files
Daniel NunesInfernio
authored andcommitted
Fix outdated StandardError to Exception
1 parent d6a32a9 commit 30f16d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mopy/bash/bash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def __init__(self, msg):
465465
'fg': 'red'} # foreground button color
466466
_tkinter_error_dial(msg, but_kwargs)
467467

468-
except StandardError as e:
468+
except Exception as e:
469469
print u'Wrye Bash encountered an error but could not display it.'
470470
print u'The following is the error that occurred when displaying the '\
471471
u'first error:'

0 commit comments

Comments
 (0)