Skip to content

Commit 1fea1f2

Browse files
author
cfarmer
committed
update to new python utils module to avoid console flush error
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11975 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent fb42a8d commit 1fea1f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ def get_and_clean_data(self):
7171
tmp = self.data
7272
self.data = ''
7373
return tmp
74+
def flush(self):
75+
pass
76+
7477

7578
def installConsoleHooks():
7679
sys.displayhook = console_displayhook

0 commit comments

Comments
 (0)