Skip to content

Docs catalog fix missing apps - #903

Merged
jourdain merged 6 commits into
Kitware:masterfrom
UlysseDurand:docs-catalog-fix-missing-apps
Jul 30, 2026
Merged

Docs catalog fix missing apps#903
jourdain merged 6 commits into
Kitware:masterfrom
UlysseDurand:docs-catalog-fix-missing-apps

Conversation

@UlysseDurand

Copy link
Copy Markdown
Contributor

Some application were missing in the trame application catalog

The cause is the following

fetched_repos_info[url] = repo_info | json_repos_info[url]

which is now changed to

fetched_repos_info[url] = json_repos_info[url] | repo_info

This made the real topics overwrite the ones specified in the external_repos.yml when the other way is desired.

To help debugging in future problems, logging was added.

@jourdain
jourdain merged commit 11c52c3 into Kitware:master Jul 30, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants