X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/88f83027df65608a70e1a88f96b4a3055427dd52..3afe6b44b9915753117bc950becf86c71704dcbf:/image_creator/output/__init__.py diff --git a/image_creator/output/__init__.py b/image_creator/output/__init__.py index 7beceac..e421c75 100644 --- a/image_creator/output/__init__.py +++ b/image_creator/output/__init__.py @@ -71,7 +71,7 @@ class Output(object): def __init__(self, size, title, bar_type='default'): self.size = size self.bar_type = bar_type - self.output.output("%s..." % title, False) + self.output.output("%s ..." % title, False) def goto(self, dest): """Move progress to a specific position"""