diff options
| author | Dina Belova <dbelova@mirantis.com> | 2013-06-03 17:44:55 +0400 |
|---|---|---|
| committer | Dina Belova <dbelova@mirantis.com> | 2013-06-11 18:28:29 +0400 |
| commit | 7119e29cb535426c587eaf2cfc2cfcd11a422df0 (patch) | |
| tree | ee61f4db5c8ef559a9c50c5c501fb6c421f41fa0 /openstack/common/exception.py | |
| parent | ebaa578351c9c6b47c2f28ef6d74451e1483036b (diff) | |
| download | oslo-7119e29cb535426c587eaf2cfc2cfcd11a422df0.tar.gz oslo-7119e29cb535426c587eaf2cfc2cfcd11a422df0.tar.xz oslo-7119e29cb535426c587eaf2cfc2cfcd11a422df0.zip | |
Enable hacking H404 test.
H404 - multi line docstring should start with a summary.
Change-Id: I2099e1ee81ff9657f7a07401b8e8f3327d03bdbd
Diffstat (limited to 'openstack/common/exception.py')
| -rw-r--r-- | openstack/common/exception.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openstack/common/exception.py b/openstack/common/exception.py index a645588..cdf40f3 100644 --- a/openstack/common/exception.py +++ b/openstack/common/exception.py @@ -110,8 +110,7 @@ def wrap_exception(f): class OpenstackException(Exception): - """ - Base Exception + """Base Exception class. To correctly use this class, inherit from it and define a 'message' property. That message will get printf'd |
