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) {
11841184 private void importSiteIfForced () {
11851185 PythonModule siteModule ;
11861186 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 ) {
11891189 // assume we can use the frozen site module
11901190 // TODO: rename graalpython.site again to just site when we upgrade to Python 3.10+
11911191 // or newer and remove this hack
You can’t perform that action at this time.
0 commit comments