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 I find that wsp.enable_min_nvols = 6 - I am not sure where this default is being set (either in oxasl / oxasl_enable).
wsp.enable_min_nvols
This breaks
oxasl_enable/oxasl_enable/enable.py
Line 207 in a44d4f9
It's best to keep default = None or 2. There is code already that would set it to 2 if it were None:
Line 194 in a44d4f9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently I find that
wsp.enable_min_nvols
= 6 - I am not sure where this default is being set (either in oxasl / oxasl_enable).This breaks
oxasl_enable/oxasl_enable/enable.py
Line 207 in a44d4f9
It's best to keep default = None or 2. There is code already that would set it to 2 if it were None:
oxasl_enable/oxasl_enable/enable.py
Line 194 in a44d4f9
The text was updated successfully, but these errors were encountered: