Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disabling optimization to avoid perpetual force update #127

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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