Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make _LEAPP_DEFAULT_COMPONENTS global immutable.
Making this value immutable has two benefits: * Users won't accidentally modify this if they're looking for an easy way to pass a slight modification to the default components. * We can use it directly as the default parameter value in the get_leapp_packages() function definition. I think we should also make this variable public so users are encouraged to use this for making minor modifications but we don't have agreement on the name yet. So I'll do that in a separate commit or we can do it in a future PR.
- Loading branch information