do not call the deprecated attribute Exception.message
This commit is contained in:
parent
66a460bb60
commit
3b0db70c64
3 changed files with 4 additions and 4 deletions
|
|
@ -161,4 +161,4 @@ class BaseApplication(object):
|
|||
except KeyboardInterrupt:
|
||||
print 'Program killed by SIGINT'
|
||||
except ConfigError, e:
|
||||
print 'Configuration error: %s' % e.message
|
||||
print 'Configuration error: %s' % e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue