Skip to content
Snippets Groups Projects
Commit d86472a4 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

log msg that tmp deleted

parent 0f3044a7
No related branches found
No related tags found
Loading
...@@ -96,6 +96,7 @@ async def del_folder(fpath): ...@@ -96,6 +96,7 @@ async def del_folder(fpath):
""" """
cmd = ["rm", "-rf", fpath] cmd = ["rm", "-rf", fpath]
await asyncio.subprocess.create_subprocess_shell(" ".join(cmd)) await asyncio.subprocess.create_subprocess_shell(" ".join(cmd))
logging.info('tmp file has been deleted')
async def cp_with_conc_lim(f, path, sem): async def cp_with_conc_lim(f, path, sem):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment