Skip to content

Commit

Permalink
Fix typo in bin/cinder-volume-usage-audit
Browse files Browse the repository at this point in the history
Fixes bug #1218383

Change-Id: Ie1545736aee43805e8e3f8c3b9b7d5b3a7f36a67
  • Loading branch information
scott-dangelo committed Aug 29, 2013
1 parent dcdf523 commit 0a201c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cinder-volume-usage-audit
Expand Up @@ -103,6 +103,6 @@ if __name__ == '__main__':
'exists',
extra_info)
except Exception as e:
print(traceback.fromat_exc(e))
print(traceback.format_exc(e))

print(_("Volume usage audit completed"))

0 comments on commit 0a201c6

Please sign in to comment.