You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Most of the Config modules perform
opkg_helper
operations during--dry-run
conditions, and rely on theopkg_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 ofconfigure()
early, when in dry-run conditions.The _Graphical Config should behave the same as the other configs, for consistency.
Related: #45
The text was updated successfully, but these errors were encountered: