Service deletes other-file temp paths after run 🟩

This commit is contained in:
Daniel Roth 2026-06-01 15:53:28 +00:00
parent d5a3357343
commit 60447a58e3

View file

@ -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: