main.py: Fix payload routing

This commit is contained in:
Mykola Grymalyuk
2023-05-27 10:58:16 -06:00
parent c8b6eec14f
commit 7d0bbf62bf
3 changed files with 2 additions and 3 deletions

View File

@@ -316,6 +316,7 @@ class DownloadObject:
logging.error(f"- Error preparing working directory {path}: {self.error_msg}")
return False
logging.info(f"- Directory ready: {path}")
return True