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

Bugfix; scrape pipeline for viewercontrol, not trainer #2621

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

chungmin99
Copy link
Contributor

ViewerElements are scraped on pipeline, but ViewerControl is currently being scraped on trainer. This is problematic for ns-viewer, because trainer is not instantiated then.

self.viewer_elements.extend(parse_object(pipeline, ViewerElement, "Custom Elements"))

e for (_, e) in parse_object(self.trainer, ViewerControl, "Custom Elements")

@chungmin99 chungmin99 merged commit 43703fa into main Nov 27, 2023
4 checks passed
@chungmin99 chungmin99 deleted the cmk/viewer_controls_scrape branch November 27, 2023 05:56
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.

None yet

2 participants