Skip to content
Snippets Groups Projects
Commit 8136840d authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[deploy] Fix yet another typo

parent 0d3cb434
No related branches found
No related tags found
No related merge requests found
Pipeline #27713 passed
...@@ -80,7 +80,7 @@ def deploy_conda_package(package, arch, stable, public, username, password, ...@@ -80,7 +80,7 @@ def deploy_conda_package(package, arch, stable, public, username, password,
if not dry_run: if not dry_run:
davclient.upload(local_path=package, remote_path=remote_path) davclient.upload(local_path=package, remote_path=remote_path)
logger.debug('Removing local copy (%s) to avoid re-uploads', k) logger.debug('Removing local copy (%s) to avoid re-uploads', package)
os.unlink(package) os.unlink(package)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment