diff --git a/app/src/Download.py b/app/src/Download.py index 9dbc4fb0..ce4c843f 100644 --- a/app/src/Download.py +++ b/app/src/Download.py @@ -137,6 +137,7 @@ class Download: self.status_queue.put({'status': 'error', 'msg': str(exc)}) if self.tempPath and self.info._id and os.path.exists(self.tempPath): + logging.debug(f'Deleting Temp directory: {self.tempPath}') shutil.rmtree(self.tempPath, ignore_errors=True) async def start(self, notifier):