Skip to content

Commit

Permalink
doc(knime.py): add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Apr 18, 2023
1 parent ac30bf3 commit 378a249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions retropath2_wrapper/knime.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ def install_pkgs(self, logger: Logger = getLogger(__name__)) -> int:
url = zenodo_file["links"]["self"]
if "update.analytics-platform" in url or "TrustedCommunityContributions" in url:
repo_path = os.path.join(tmpdir, os.path.basename(url))
logger.info(f' + Downloading {url} to {repo_path}...')
download(url, repo_path)
repositories.append(repo_path)

Expand Down

0 comments on commit 378a249

Please sign in to comment.