File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
graalpython/com.oracle.graal.python.shell/src/com/oracle/graal/python/shell Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ protected void launch(Builder contextBuilder) {
441
441
if (!noSite ) {
442
442
evalInternal (context , "import site\n " );
443
443
}
444
- if (!quietFlag ) {
444
+ if (!quietFlag && stdinIsInteractive ) {
445
445
System .err .println ("Please note: This Python implementation is in the very early stages, " +
446
446
"and can run little more than basic benchmarks at this point." );
447
447
}
Original file line number Diff line number Diff line change 44
44
},
45
45
{
46
46
"name" : "tools" ,
47
- "version" : "9dcaf1378003fc52ca3091ce01e30214d7131201 " ,
47
+ "version" : "cf381619198fff4235dc7035b19bce8c8e98c451 " ,
48
48
"subdir" : True ,
49
49
"urls" : [
50
50
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
51
51
],
52
52
},
53
53
{
54
54
"name" : "sulong" ,
55
- "version" : "9dcaf1378003fc52ca3091ce01e30214d7131201 " ,
55
+ "version" : "cf381619198fff4235dc7035b19bce8c8e98c451 " ,
56
56
"subdir" : True ,
57
57
"urls" : [
58
58
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
59
59
]
60
60
},
61
61
{
62
62
"name" : "regex" ,
63
- "version" : "9dcaf1378003fc52ca3091ce01e30214d7131201 " ,
63
+ "version" : "cf381619198fff4235dc7035b19bce8c8e98c451 " ,
64
64
"subdir" : True ,
65
65
"urls" : [
66
66
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
You can’t perform that action at this time.
0 commit comments