Revision 0931fbd6

b/image_creator/output/__init__.py
58 58
    class _Progress(object):
59 59
        def __init__(self, size, title, bar_type='default'):
60 60
            self.size = size
61
            self.bar_type = bar_type
61 62
            self.output.output("%s..." % title, False)
62 63

  
63 64
        def goto(self, dest):

Also available in: Unified diff