diff options
| author | Josh Kearney <josh.kearney@rackspace.com> | 2010-12-29 14:15:04 -0600 |
|---|---|---|
| committer | Josh Kearney <josh.kearney@rackspace.com> | 2010-12-29 14:15:04 -0600 |
| commit | 5b8137b2f50a4ed3eb105e38cefa280927f1c2ea (patch) | |
| tree | 94fbb60d491d0402ec99fa4d5c7246200af4cd90 /nova/db | |
| parent | 823c5fc1ff3c37acbfe9b30d7057f53b050b93c6 (diff) | |
PEP8 cleanup
Diffstat (limited to 'nova/db')
| -rw-r--r-- | nova/db/sqlalchemy/api.py | 2 |
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 ################### |
