File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1184,8 +1184,8 @@ public void patch(Env newEnv) {
1184
1184
private void importSiteIfForced () {
1185
1185
PythonModule siteModule ;
1186
1186
if (getOption (PythonOptions .ForceImportSite ) &&
1187
- getOption (PythonOptions .PythonPath ).isEmpty () &&
1188
- (siteModule = ImpModuleBuiltins .importFrozenModuleObject (this , "graalpython.site" , true )) != null ) {
1187
+ getOption (PythonOptions .PythonPath ).isEmpty () &&
1188
+ (siteModule = ImpModuleBuiltins .importFrozenModuleObject (this , "graalpython.site" , true )) != null ) {
1189
1189
// assume we can use the frozen site module
1190
1190
// TODO: rename graalpython.site again to just site when we upgrade to Python 3.10+
1191
1191
// or newer and remove this hack
You can’t perform that action at this time.
0 commit comments