Skip to content

Commit

Permalink
fixing path
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmena committed Dec 4, 2024
1 parent d4534e5 commit adfadd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions installer/modelsDLTK.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ def downloadDeepLearningModels(dest:str, distPath: str):
else:
logger("Downloading Deep Learning models (in backgound)")
task = "download"
global pDLdownload

retCode, log = runJob(f"dist/bin/xmipp_sync_data {task} {modelsPath} {MODELS_URL} {dataSet}",
showCommand=True, showError=True, showOutput=True)
if retCode == 0:
Expand Down

0 comments on commit adfadd3

Please sign in to comment.