do not call the deprecated attribute Exception.message

This commit is contained in:
Romain Bignon 2010-04-24 17:07:55 +02:00
commit 3b0db70c64
3 changed files with 4 additions and 4 deletions

View file

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