]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix typo in bin/cinder-volume-usage-audit
authorscott-dangelo <scott.dangelo@hp.com>
Thu, 29 Aug 2013 15:36:55 +0000 (15:36 +0000)
committerscott-dangelo <scott.dangelo@hp.com>
Thu, 29 Aug 2013 15:36:55 +0000 (15:36 +0000)
Fixes bug #1218383

Change-Id: Ie1545736aee43805e8e3f8c3b9b7d5b3a7f36a67

bin/cinder-volume-usage-audit

index 2467e8365b539cc46d9bd16c183b21e68730adb2..f731e7aa560fbea7b3fbce2b69cf79eb39853f65 100755 (executable)
@@ -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"))