mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Make console printing safe
References #8343 https://issues.qgis.org/issues/8343
This commit is contained in:
parent
7e7faadabf
commit
ae192e8624
@ -61,7 +61,7 @@ class writeOut(object):
|
|||||||
self.move_cursor_to_end()
|
self.move_cursor_to_end()
|
||||||
|
|
||||||
if self.style != "_traceback":
|
if self.style != "_traceback":
|
||||||
QCoreApplication.processEvents()
|
self.sO.repaint()
|
||||||
|
|
||||||
if self.fire_keyboard_interrupt:
|
if self.fire_keyboard_interrupt:
|
||||||
self.fire_keyboard_interrupt = False
|
self.fire_keyboard_interrupt = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user