summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorTushar Patil <tushar.vitthal.patil@gmail.com>2011-01-25 12:50:54 -0800
committerTushar Patil <tushar.vitthal.patil@gmail.com>2011-01-25 12:50:54 -0800
commit50d845e717b3e9ceb650fb5058d44ed4fc1507ca (patch)
tree2af3f23e9e4b9de865ab27bfb42d4f5e0028b98d /nova
parent14f01f5daeca8cac9d669c584348712c2e893bc1 (diff)
downloadnova-50d845e717b3e9ceb650fb5058d44ed4fc1507ca.tar.gz
nova-50d845e717b3e9ceb650fb5058d44ed4fc1507ca.tar.xz
nova-50d845e717b3e9ceb650fb5058d44ed4fc1507ca.zip
Fixed pep8 errors
Diffstat (limited to 'nova')
-rw-r--r--nova/api/ec2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/ec2/__init__.py b/nova/api/ec2/__init__.py
index 3656bb44b..bb060ec8b 100644
--- a/nova/api/ec2/__init__.py
+++ b/nova/api/ec2/__init__.py
@@ -344,7 +344,7 @@ class Executor(wsgi.Application):
'<Message>%s</Message></Error></Errors>'
'<RequestID>%s</RequestID></Response>' %
(utils.utf8(code), utils.utf8(message),
- utils.utf8(context.request_id)))
+ utils.utf8(context.request_id)))
return resp