-
Notifications
You must be signed in to change notification settings - Fork 203
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
eb --confighelp contains wrong options in [job] section #1331
Comments
Thanks for the bug report. This looks like a option with the option parser used by EasyBuild. cc @stdweird this looks like a bug in generaloption? |
requires that hpcugent/vsc-base#211 is fixed |
I dug a bit and found a couple of design issues here. The major one blocking this is the following:
So in summary: The parser which does not know anything about config files is responsible for generating the config file. --> I'd suggest some reengineering to put the And maybe |
When I uncomment the option
job-backend-config
in the[job]
section, I only get the following error message:It seems that the section title automatically gets prepended to the option name, so when I strip the
job-
prefix from the option name, it works as expected.The text was updated successfully, but these errors were encountered: