diff --git a/backend/pashub_fetcher/pashub_service.py b/backend/pashub_fetcher/pashub_service.py index c9fce806..a4b34cab 100644 --- a/backend/pashub_fetcher/pashub_service.py +++ b/backend/pashub_fetcher/pashub_service.py @@ -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: