mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Service deletes other-file temp paths after run 🟩
This commit is contained in:
parent
d5a3357343
commit
60447a58e3
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ class PashubService:
|
|||
if request.get_other_files:
|
||||
pass # TODO: process downloaded.other
|
||||
|
||||
for file_path in downloaded.core:
|
||||
for file_path in downloaded.core + downloaded.other:
|
||||
try:
|
||||
os.remove(file_path)
|
||||
except OSError:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue