Skip to content

Commit

Permalink
Update writeOut to include isatty (#6602)
Browse files Browse the repository at this point in the history
Added these lines so that QGIS 3 python console works in window
  • Loading branch information
shivareddyiirs authored and nyalldawson committed Mar 15, 2018
1 parent 435c14d commit 536cc9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/console/console_output.py
Expand Up @@ -80,6 +80,9 @@ def get_end_pos(self):
def flush(self):
pass

def isatty(self):
return False


class ShellOutputScintilla(QsciScintilla):

Expand Down

0 comments on commit 536cc9c

Please sign in to comment.