diff options
Diffstat (limited to 'nova/virt')
| -rw-r--r-- | nova/virt/images.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/images.py b/nova/virt/images.py index f80c19999..9788a2b42 100644 --- a/nova/virt/images.py +++ b/nova/virt/images.py @@ -175,7 +175,7 @@ class QemuImgInfo(object): def qemu_img_info(path): - """Return a object containing the parsed output from qemu-img info.""" + """Return an object containing the parsed output from qemu-img info.""" if not os.path.exists(path): return QemuImgInfo() |
