diff --git a/image_creator/output/__init__.py b/image_creator/output/__init__.py
index 3087c9cdbc8bb7216bbe1b0a188df9ce7c6e5258..99653d315a48350b264a08c770edf603e87ee6e2 100644
--- a/image_creator/output/__init__.py
+++ b/image_creator/output/__init__.py
@@ -58,6 +58,7 @@ class Output(object):
     class _Progress(object):
         def __init__(self, size, title, bar_type='default'):
             self.size = size
+            self.bar_type = bar_type
             self.output.output("%s..." % title, False)
 
         def goto(self, dest):