mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Update writeOut to include isatty (#6602)
Added these lines so that QGIS 3 python console works in window
This commit is contained in:
parent
435c14d1ee
commit
536cc9cfbe
@ -80,6 +80,9 @@ class writeOut(object):
|
||||
def flush(self):
|
||||
pass
|
||||
|
||||
def isatty(self):
|
||||
return False
|
||||
|
||||
|
||||
class ShellOutputScintilla(QsciScintilla):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user