X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/5f7e1e0c312dd626cc0d4a0f78c86d440948f229..4a847a9870e0eebb5efff3012e4eaaf5974735f1:/image_creator/output/__init__.py diff --git a/image_creator/output/__init__.py b/image_creator/output/__init__.py index 99653d3..3992846 100644 --- a/image_creator/output/__init__.py +++ b/image_creator/output/__init__.py @@ -48,6 +48,9 @@ class Output(object): def cleanup(self): pass + def clear(self): + pass + def _get_progress(self): progress = self._Progress progress.output = self