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

Graphical config module does not print opkg operations during dry-run; inconsistent behavior. #46

Open
amstewart opened this issue Nov 18, 2024 · 0 comments

Comments

@amstewart
Copy link
Collaborator

Most of the Config modules perform opkg_helper operations during --dry-run conditions, and rely on the opkg_helper._dry_run attribute to suppress filesystem changes. Instead, opkg will print the operation and move on.

But the _GraphicalConfig behaves differently, and instead bails out of configure() early, when in dry-run conditions.

The _Graphical Config should behave the same as the other configs, for consistency.

Related: #45

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

No branches or pull requests

1 participant