File tree Expand file tree Collapse file tree 8 files changed +9
-8
lines changed
src/main/java/org/ohnlp/backbone/api/components/xlang/python Expand file tree Collapse file tree 8 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 3131 <parent >
3232 <groupId >org.ohnlp.backbone</groupId >
3333 <artifactId >backbone-parent</artifactId >
34- <version >3.0.32 </version >
34+ <version >3.0.33 </version >
3535 </parent >
3636
3737 <artifactId >api</artifactId >
Original file line number Diff line number Diff line change @@ -92,7 +92,8 @@ private void extractPythonResourcesIfNotExists() {
9292 if (JVM_ENVIRONMENTS_BY_BUNDLE_ID .containsKey (this .bundleIdentifier )) {
9393 try {
9494 // Environment already exists and/or is initializing, just wait for completion and return
95- JVM_ENVIRONMENTS_BY_BUNDLE_ID .get (this .bundleIdentifier ).get ();
95+ PythonEnvironment e = JVM_ENVIRONMENTS_BY_BUNDLE_ID .get (this .bundleIdentifier ).get ();
96+ this .launchFile = new File (e .getWorkDir (), "backbone_launcher.py" );
9697 return ;
9798 } catch (InterruptedException | ExecutionException e ) {
9899 throw new RuntimeException (e );
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >3.0.32 </version >
10+ <version >3.0.33 </version >
1111 </parent >
1212
1313 <artifactId >core</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >3.0.32 </version >
10+ <version >3.0.33 </version >
1111 </parent >
1212
1313 <artifactId >example-backbone-configs</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >3.0.32 </version >
10+ <version >3.0.33 </version >
1111 </parent >
1212
1313 <groupId >org.ohnlp.backbone.io</groupId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >3.0.32 </version >
10+ <version >3.0.33 </version >
1111 </parent >
1212
1313 <artifactId >plugin-manager</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.ohnlp.backbone</groupId >
99 <artifactId >backbone-parent</artifactId >
10- <version >3.0.32 </version >
10+ <version >3.0.33 </version >
1111 </parent >
1212
1313 <groupId >org.ohnlp.backbone.transforms</groupId >
Original file line number Diff line number Diff line change 66
77 <groupId >org.ohnlp.backbone</groupId >
88 <artifactId >backbone-parent</artifactId >
9- <version >3.0.32 </version >
9+ <version >3.0.33 </version >
1010
1111
1212 <properties >
You can’t perform that action at this time.
0 commit comments