Skip to content

Commit 2a0c54c

Browse files
committed
fix: automaticaly download CDK
1 parent 2a037b6 commit 2a0c54c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

RanDepict/randepict.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ def __init__(
108108
url="https://github.com/cdk/cdk/releases/download/cdk-2.10/cdk-2.10.jar",
109109
)
110110

111-
for key, url in paths.items():
112-
if not os.path.exists(jar_paths[key]):
113-
pystow.ensure("jar_files", url=url)
114-
115111
startJVM(
116112
self.jvmPath,
117113
"-ea",

0 commit comments

Comments
 (0)