Skip to content
Snippets Groups Projects
Commit ae10ac63 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Add cleanup method in output class

parent 4e58b51b
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,9 @@ class Output(object):
def output(self, msg='', new_line=True):
pass
def cleanup(self):
pass
def _get_progress(self):
progress = self._Progress
progress.output = self
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment