We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b8bca commit 887f568Copy full SHA for 887f568
graalpython/com.oracle.graal.python.shell/src/com/oracle/graal/python/shell/GraalPythonMain.java
@@ -441,7 +441,7 @@ protected void launch(Builder contextBuilder) {
441
if (!noSite) {
442
evalInternal(context, "import site\n");
443
}
444
- if (!quietFlag) {
+ if (!quietFlag && stdinIsInteractive) {
445
System.err.println("Please note: This Python implementation is in the very early stages, " +
446
"and can run little more than basic benchmarks at this point.");
447
0 commit comments