Skip to content
Snippets Groups Projects
Commit 6c03b597 authored by Eliott Sammier's avatar Eliott Sammier
Browse files

Fix: Corese gateway init no longer depends on current dir

parent e057b435
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ from py4j.java_gateway import JavaGateway
from common import *
gateway_cmd = ["java", "-jar", "corese-library-python-4.5.0.jar"]
gateway_cmd = ["java", "-jar", MODULE_DIR + "/../corese-library-python-4.5.0.jar"]
# Stop Java gateway when exiting script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment