mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
update to new python utils module to avoid console flush error
git-svn-id: http://svn.osgeo.org/qgis/trunk@11975 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
04807f963d
commit
e4f8eddc43
@ -71,6 +71,9 @@ class QgisOutputCatcher:
|
||||
tmp = self.data
|
||||
self.data = ''
|
||||
return tmp
|
||||
def flush(self):
|
||||
pass
|
||||
|
||||
|
||||
def installConsoleHooks():
|
||||
sys.displayhook = console_displayhook
|
||||
|
Loading…
x
Reference in New Issue
Block a user