Opened 3 years ago
Closed 3 years ago
#2464 closed defect (fixed)
wcst_import - with "retry": true, wcst import should not retry if it cannot write to file
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | wcst_import | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
For example, "retry": true in the ingredients file, and users run wcst_import with ingredients file in a folder /data/geo/Sentinel-3/olci/lfr/ingredients
which was created by root
user.
PermissionError: [Errno 13] Permission denied: '/data/geo/Sentinel-3/olci/lfr/ingredients/S3_OLCI_L2_LFR_IWV.resume.json'
In this case, wcst_import should ignore the error instead of retrying.
Change History (2)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
It should exit, not ignore the error.