[pyqgis-console] avoid processEvents for stderr output

This commit is contained in:
Salvatore Larosa 2013-12-01 18:09:01 +01:00
parent 27eeff2b44
commit dcfccbc758

View File

@ -56,7 +56,9 @@ class writeOut:
self.out.write(m)
self.move_cursor_to_end()
QCoreApplication.processEvents()
if self.style != "_traceback":
QCoreApplication.processEvents()
def move_cursor_to_end(self):
"""Move cursor to end of text"""