-
Notifications
You must be signed in to change notification settings - Fork 128
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
Wrong spider example with hidden modules #283
Comments
I assume that when doing "module spider b/3.0" and b/3.0 is hidden you want the module load statement to include "--show_hidden". I have updated Lmod to fix this problem. Please test Lmod 7.4.19 to see if it works for you. |
This is an example of a feature and not a bug. I have removed all the changes I made for 7.4.19 and have released 7.4.20. Note that the source code now in 7.4.20 is the same as 7.4.18. The spider output was and is:
Even though b/3.0 is a hidden module, it can be loaded w/o the --show_hidden option. |
O.K to close? |
In the spider output for a hidden module created by hiding the modulefile, the suggested example for detailed information does not include the required
--show-hidden
flag.The text was updated successfully, but these errors were encountered: