diff options
| author | Brian Waldon <brian.waldon@rackspace.com> | 2011-04-22 15:49:37 -0400 |
|---|---|---|
| committer | Brian Waldon <brian.waldon@rackspace.com> | 2011-04-22 15:49:37 -0400 |
| commit | a3f16d7efbdc51c75c1a729d9194ee3a66841bab (patch) | |
| tree | 9525aaee9b767b8bc0cdea107ec8c56cff63bee8 /nova | |
| parent | 95ea08d252b63c9721c79c58785e1a1df98cc3a6 (diff) | |
pep8
Diffstat (limited to 'nova')
| -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 edfd3ce77..0d4fe61bf 100644 --- a/nova/db/sqlalchemy/api.py +++ b/nova/db/sqlalchemy/api.py @@ -2270,7 +2270,7 @@ def console_pool_get_by_host_type(context, compute_host, host, if not result: raise exception.ConsolePoolNotFoundForHostType(host=host, console_type=console_type, - compute_host=compute_host ) + compute_host=compute_host) return result |
