Skip to content

Commit 89be2c5

Browse files
committed
1 parent 615522f commit 89be2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/PythonEngine.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5284,7 +5284,7 @@ procedure TPythonEngine.DoRedirectIO;
52845284
' def flush(self):' + LF +
52855285
' pass' + LF +
52865286
' def isatty(self):' + LF +
5287-
' return True' + LF +
5287+
' return False' + LF +
52885288
'sys.old_stdin=sys.stdin'+LF+
52895289
'sys.old_stdout=sys.stdout'+LF+
52905290
'sys.old_stderr=sys.stderr'+LF+

0 commit comments

Comments
 (0)