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

Allow plugins to override default options #1090

Open
reidsunderland opened this issue Jun 4, 2024 · 0 comments
Open

Allow plugins to override default options #1090

reidsunderland opened this issue Jun 4, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request Sugar nice to have features... not super important. wishlist would be nice, not pressing for any particular client.

Comments

@reidsunderland
Copy link
Member

Based on the discussion in this PR: #1050 (comment)

Using self.o.add_option to override a default value does not currently work.

For example:

self.o.add_option('pollUrl', kind='str', default_value='https://cmr.earthdata.nasa.gov/search/granules.umm_json')

Should override the current default pollUrl, but even with that line, the pollUrl is still None in both sr3 show and when running the poll.

This would be nice to have.

@reidsunderland reidsunderland added enhancement New feature or request wishlist would be nice, not pressing for any particular client. Sugar nice to have features... not super important. labels Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Sugar nice to have features... not super important. wishlist would be nice, not pressing for any particular client.
Projects
None yet
Development

No branches or pull requests

2 participants