summaryrefslogtreecommitdiffstats
path: root/nova/db
diff options
context:
space:
mode:
authorJosh Kearney <josh.kearney@rackspace.com>2010-12-29 14:15:04 -0600
committerJosh Kearney <josh.kearney@rackspace.com>2010-12-29 14:15:04 -0600
commit5b8137b2f50a4ed3eb105e38cefa280927f1c2ea (patch)
tree94fbb60d491d0402ec99fa4d5c7246200af4cd90 /nova/db
parent823c5fc1ff3c37acbfe9b30d7057f53b050b93c6 (diff)
PEP8 cleanup
Diffstat (limited to 'nova/db')
-rw-r--r--nova/db/sqlalchemy/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/db/sqlalchemy/api.py b/nova/db/sqlalchemy/api.py
index 5fd928a79..8e68d12a4 100644
--- a/nova/db/sqlalchemy/api.py
+++ b/nova/db/sqlalchemy/api.py
@@ -865,7 +865,7 @@ def instance_get_actions(context, instance_id):
filter_by(instance_id=instance_id).\
all():
actions[action.action] = action.error
- return actions
+ return actions
###################