From 0a201c68bf5c2b04bf1f1bc0d030bb451f5a7330 Mon Sep 17 00:00:00 2001 From: scott-dangelo Date: Thu, 29 Aug 2013 15:36:55 +0000 Subject: [PATCH] Fix typo in bin/cinder-volume-usage-audit Fixes bug #1218383 Change-Id: Ie1545736aee43805e8e3f8c3b9b7d5b3a7f36a67 --- bin/cinder-volume-usage-audit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cinder-volume-usage-audit b/bin/cinder-volume-usage-audit index 2467e8365b5..f731e7aa560 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"))