Skip to content
Snippets Groups Projects
Commit 1294501a authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Fix bug introdueced in f2ddf4db

parent f2ddf4db
No related branches found
No related tags found
No related merge requests found
......@@ -433,7 +433,7 @@ class BundleVolume(object):
# Check if the available space is enough to host the image
dirname = os.path.dirname(image)
self.out.output("Examining available space ..." % dirname, False)
self.out.output("Examining available space ...", False)
if free_space(dirname) <= size:
raise FatalError('Not enough space under %s to host the image' %
dirname)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment