mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
run() returns core and other file paths 🟩
This commit is contained in:
parent
9efd4e34c2
commit
62676cfbc9
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ class PashubService:
|
|||
except OSError:
|
||||
logger.warning(f"Failed to delete temp file {file_path}")
|
||||
|
||||
return downloaded.core
|
||||
return downloaded.core + downloaded.other
|
||||
|
||||
def _upload_to_s3_and_update_db(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue