diff options
| author | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-28 16:54:17 -0700 |
|---|---|---|
| committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-03-28 16:54:17 -0700 |
| commit | 87bc3bca7904135656ed3a99efc19952be95dcbf (patch) | |
| tree | 04c166d17bfae0456c664852563e039644251420 /nova/image | |
| parent | 276c153f44734e78cae25deb9fc9e79a604c6219 (diff) | |
Multi-line comments should end in a blankline
Diffstat (limited to 'nova/image')
| -rw-r--r-- | nova/image/fake.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nova/image/fake.py b/nova/image/fake.py index cdb650165..4caf68d63 100644 --- a/nova/image/fake.py +++ b/nova/image/fake.py @@ -56,7 +56,9 @@ class MockImageService(service.BaseImageService): def show(self, context, image_id): """Get data about specified image. - Returns a dict containing image data for the given opaque image id.""" + Returns a dict containing image data for the given opaque image id. + + """ image_id = int(image_id) image = self.images.get(image_id) if image: |
