Remove the goto(1) empty progress bar workaround
[snf-image-creator] / image_creator / output / cli.py
index 91191cf..211eb04 100644 (file)
@@ -111,8 +111,8 @@ class OutputWthProgress(SimpleOutput):
             self.suffix = self.template[bar_type]
             self.max = size
 
-            # print empty progress bar workaround
-            self.goto(1)
+            # print empty progress bar
+            self.start()
 
         def success(self, result):
             self.output.output("\r%s...\033[K" % self.title, False)