Skip to content

Commit

Permalink
disabling optimization to avoid perpetual force update
Browse files Browse the repository at this point in the history
  • Loading branch information
alex75 committed Aug 20, 2024
1 parent 791fbd3 commit 13d753f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cads_catalogue/entry_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,6 @@ def update_catalogue(
logger.info("db update of relationships between datasets")
manager.update_related_resources(session)
# store information of current input status
for override_resource_uid in current_override_md.copy():
if override_resource_uid not in involved_resource_uids:
# do not store not used override information
del current_override_md[override_resource_uid]
status_info: dict[str, Any] = dict()
if licences_processed:
# (all) licences have been effectively processed
Expand Down

0 comments on commit 13d753f

Please sign in to comment.