Skip to content
Snippets Groups Projects
Commit b2f677c3 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix logging line

parent b40946fe
Branches
No related tags found
1 merge request!10Implement pruning mechanism for the utils script
Checking pipeline status
...@@ -53,7 +53,7 @@ def remove_surl_locations(surls: List[str], dry_run=False) -> None: ...@@ -53,7 +53,7 @@ def remove_surl_locations(surls: List[str], dry_run=False) -> None:
if not dry_run: if not dry_run:
logger.debug("removing surl %s", surl) logger.debug("removing surl %s", surl)
logger.debug("file stats are:", context.stat(surl)) logger.debug("file stats are: %s", context.stat(surl))
context.release(surl) context.release(surl)
else: else:
logger.info("[dry-run] removing surl %s", surl) logger.info("[dry-run] removing surl %s", surl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment