We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fd800 commit 174ecc8Copy full SHA for 174ecc8
1 file changed
iso15118/shared/exificient_exi_codec.py
@@ -21,7 +21,7 @@ def __init__(self):
21
logging.getLogger("py4j").setLevel(logging.CRITICAL)
22
self.gateway = JavaGateway.launch_gateway(
23
classpath=JAR_FILE_PATH,
24
- die_on_exit=False,
+ die_on_exit=True,
25
javaopts=["--add-opens", "java.base/java.lang=ALL-UNNAMED"],
26
)
27
0 commit comments