mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
[pyqgis-console] avoid processEvents for stderr output
This commit is contained in:
parent
27eeff2b44
commit
dcfccbc758
@ -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"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user