We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently an error is raised when doing a module purge if some sticky modules are loaded.
module purge
This is done as purge should result in an empty loaded module list.
purge
But some users may find this error disturbing as sticky module cannot be unloaded, so purge has performed well.
A configuration option may be introduced to change error into warning (or even no message at all) when hitting a sticky module during a module purge.
The text was updated successfully, but these errors were encountered:
I agree this option should have 3 options:
Sorry, something went wrong.
eca62ef
No branches or pull requests
Currently an error is raised when doing a
module purge
if some sticky modules are loaded.This is done as
purge
should result in an empty loaded module list.But some users may find this error disturbing as sticky module cannot be unloaded, so purge has performed well.
A configuration option may be introduced to change error into warning (or even no message at all) when hitting a sticky module during a module purge.
The text was updated successfully, but these errors were encountered: