Skip to content

Commit 3f3ba3a

Browse files
authored
fix: Stage out error (#108)
* feat: add AUDIT log level for upload * chore: update outdated tests * fix: allow empty str as RESULT_PATH_PREFIX & replace w/ default val * fix: allowing optional original stac item * fix: remove error line
1 parent 9b75406 commit 3f3ba3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mdps_ds_lib/stage_in_out/upload_granules_by_complete_catalog_s3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def __exec_actual_job(self, each_child, lock) -> bool:
9494
current_granule_stac.id = current_granule_id
9595
current_granule_stac.collection_id = current_collection_id
9696
if uploading_current_granule_stac is not None: # upload metadata file again
97-
FileUtils.write_json(os.path.join(os.path.dirname()))
9897
self.__s3.set_s3_url(uploading_current_granule_stac)
9998
self.__s3.upload_bytes(json.dumps(current_granule_stac.to_dict(False, False)).encode())
10099
current_granule_stac.id = f'{current_collection_id}:{current_granule_id}'

0 commit comments

Comments
 (0)