diff options
| author | Bilal Akhtar <bilalakhtar@ubuntu.com> | 2011-02-10 13:08:25 +0300 |
|---|---|---|
| committer | Bilal Akhtar <bilalakhtar@ubuntu.com> | 2011-02-10 13:08:25 +0300 |
| commit | 216822bdda290f964020134599749ebbadc76566 (patch) | |
| tree | 78f0e2026fca9c2bbec1007a05929b91eef6247f /nova | |
| parent | 96fbbcde9c84a72036a74ba07318f31a471eb402 (diff) | |
| download | nova-216822bdda290f964020134599749ebbadc76566.tar.gz nova-216822bdda290f964020134599749ebbadc76566.tar.xz nova-216822bdda290f964020134599749ebbadc76566.zip | |
Wrap line to under 79 characters
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/compute/instance_types.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/compute/instance_types.py b/nova/compute/instance_types.py index a41f5fa79..309313fd0 100644 --- a/nova/compute/instance_types.py +++ b/nova/compute/instance_types.py @@ -38,8 +38,8 @@ def get_by_type(instance_type): if instance_type is None: return FLAGS.default_instance_type if instance_type not in INSTANCE_TYPES: - raise exception.ApiError(_("Unknown instance type: %s") % instance_type, - "Invalid") + raise exception.ApiError(_("Unknown instance type: %s") % \ + instance_type, "Invalid") return instance_type |
