Merge branch 'main' into logging-rework

This commit is contained in:
Mykola Grymalyuk
2023-05-27 10:53:52 -07:00
committed by GitHub
8 changed files with 38 additions and 22 deletions
+1
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