We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3510d commit a3eba83Copy full SHA for a3eba83
packages/stac-index/src/stac_index/indexer/stac_catalog_reader.py
@@ -201,7 +201,7 @@ async def fetch_and_ingest(
201
except StacParserException as e:
202
item_errors.extend(e.indexing_errors)
203
except Exception as e:
204
- item_errors.extend(
+ item_errors.append(
205
new_error(
206
type=IndexingErrorType.item_fetching,
207
description=str(e),
0 commit comments