replaced e.message with a bare "e" object ref
Change-Id: Ia4fa7ab0860532a71a531c13ee2125666547136e
This commit is contained in:
parent
d5cc4d2746
commit
3beea4d730
@ -592,7 +592,7 @@ swift-ring-builder <builder_file> remove <search-value> [search-value ...]
|
||||
"consider creating a new ring instead.\n"
|
||||
"The on-disk ring builder is unchanged.\n"
|
||||
"Original exception message: %s" %
|
||||
(dev['id'], e.message)
|
||||
(dev['id'], e)
|
||||
)
|
||||
print '-' * 79
|
||||
exit(EXIT_ERROR)
|
||||
|
Loading…
Reference in New Issue
Block a user