Fix a pep8 error
[snf-image-creator] / image_creator / output / cli.py
index 211eb04..2859552 100644 (file)
@@ -102,6 +102,7 @@ class OutputWthProgress(SimpleOutput):
         }
 
         def __init__(self, size, title, bar_type='default'):
+            self.hide_cursor = False
             super(OutputWthProgress._Progress, self).__init__()
             self.title = title
             self.fill = '#'