diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2011-02-01 08:09:34 -0800 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2011-02-01 08:09:34 -0800 |
| commit | 199e511e17af5e1a0659cc9ca65e9d55a5296947 (patch) | |
| tree | 18b82d66ce2badda646a319edb6e37e642b8b621 | |
| parent | 5becf2ad3dbbb7074202406fdd6f7f05dfef53cc (diff) | |
fix pep8 error :/
| -rw-r--r-- | nova/db/sqlalchemy/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/db/sqlalchemy/models.py b/nova/db/sqlalchemy/models.py index 1399e29ad..7efb36c0e 100644 --- a/nova/db/sqlalchemy/models.py +++ b/nova/db/sqlalchemy/models.py @@ -316,7 +316,7 @@ class SecurityGroup(BASE, NovaBase): 'SecurityGroup.deleted == False)', secondaryjoin='and_(' 'SecurityGroupInstanceAssociation.instance_id == Instance.id,' - # (anthony) the condition below shouldn't be necessary now that the + # (anthony) the condition below shouldn't be necessary now that the # association is being marked as deleted. However, removing this # may cause existing deployments to choke, so I'm leaving it 'Instance.deleted == False)', |
