summaryrefslogtreecommitdiff
path: root/heatclient/exc.py
diff options
context:
space:
mode:
authorricolin <rico.l@inwinstack.com>2015-11-16 00:42:28 +0800
committerricolin <rico.l@inwinstack.com>2015-12-01 00:31:31 +0800
commit978eeb39949afa64d9bbbee7ae5799d45e9fd3d8 (patch)
treecf04a34dc5fffea6edacba1c362a9f299a1f4849 /heatclient/exc.py
parentec2530b975200c98ca93131725e62705f57badfd (diff)
downloadpython-heatclient-978eeb39949afa64d9bbbee7ae5799d45e9fd3d8.tar.gz
Enable pep8 E126 test
Enable E126 continuation line over-indented for hanging indent. Change-Id: I12ca2d8d610574dfcd528b0e613ec0328f4fb45e
Diffstat (limited to 'heatclient/exc.py')
-rw-r--r--heatclient/exc.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/heatclient/exc.py b/heatclient/exc.py
index b764942..ea7d575 100644
--- a/heatclient/exc.py
+++ b/heatclient/exc.py
@@ -80,8 +80,7 @@ class HTTPMultipleChoices(HTTPException):
{
'name': self.__class__.__name__,
'code': self.code,
- 'details': self.details
- })
+ 'details': self.details})
class BadRequest(HTTPException):