Skip to content

Commit 536cc9c

Browse files
shivareddyiirsnyalldawson
authored andcommitted
Update writeOut to include isatty (#6602)
Added these lines so that QGIS 3 python console works in window
1 parent 435c14d commit 536cc9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/console/console_output.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ def get_end_pos(self):
8080
def flush(self):
8181
pass
8282

83+
def isatty(self):
84+
return False
85+
8386

8487
class ShellOutputScintilla(QsciScintilla):
8588

0 commit comments

Comments
 (0)