Skip to content

Commit

Permalink
Missing Python in driver context
Browse files Browse the repository at this point in the history
  • Loading branch information
SCadilhac committed Nov 15, 2023
1 parent bcfd489 commit c3e41b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ public final Context getContext() throws IOException {
.allowAccessInheritance(true)
.build();
Context.Builder builder = Context
.newBuilder("js")
.newBuilder("js", "python")
.allowHostAccess(hostAccess);
Context context;
synchronized (engine) {
Expand Down

0 comments on commit c3e41b2

Please sign in to comment.