From: scott-dangelo Date: Thu, 29 Aug 2013 15:36:55 +0000 (+0000) Subject: Fix typo in bin/cinder-volume-usage-audit X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0a201c68bf5c2b04bf1f1bc0d030bb451f5a7330;p=openstack-build%2Fcinder-build.git Fix typo in bin/cinder-volume-usage-audit Fixes bug #1218383 Change-Id: Ie1545736aee43805e8e3f8c3b9b7d5b3a7f36a67 --- diff --git a/bin/cinder-volume-usage-audit b/bin/cinder-volume-usage-audit index 2467e8365..f731e7aa5 100755 --- a/bin/cinder-volume-usage-audit +++ b/bin/cinder-volume-usage-audit @@ -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"))