diff --git a/python/utils.py b/python/utils.py index b740da9d24e..f39ea4b444d 100644 --- a/python/utils.py +++ b/python/utils.py @@ -71,6 +71,9 @@ class QgisOutputCatcher: tmp = self.data self.data = '' return tmp + def flush(self): + pass + def installConsoleHooks(): sys.displayhook = console_displayhook