Skip to content

Commit 4c35be4

Browse files
debug
1 parent 264b3ac commit 4c35be4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jneqsim/jvm_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def get_neqsim_jar_path(version: tuple[int, ...]) -> str:
2222
Raises:
2323
RuntimeError: If dependency resolution fails
2424
"""
25+
print("get_neqsim_jar_path called with version:", version)
2526
try:
2627
manager = NeqSimDependencyManager()
2728
jar_path = manager.resolve_dependency(java_version=version[0])

0 commit comments

Comments
 (0)