Skip to content
Snippets Groups Projects
Commit 4c4bdd19 authored by pascal.mouquet_ird.fr's avatar pascal.mouquet_ird.fr
Browse files

bugfix ? stuck download when corrupted product

parent 8ba3445e
No related branches found
No related tags found
No related merge requests found
Pipeline #2458 passed
......@@ -331,7 +331,7 @@ class S2cEodag:
# shutil.rmtree(downloaded_path ,ignore_errors = True)
# logger.info("Moving up files and deleting old folder")
# downloaded_path=Path(downloaded_path).parent
set_permissions(Path(downloaded_path))
set_permissions(Path(downloaded_path))
elif product_id.properties["storageStatus"] == "OFFLINE":
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment