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
https://docs.easybuild.io/hooks/
The text was updated successfully, but these errors were encountered:
The example given in https://docs.easybuild.io/hooks/#manipulating-easyconfig-parameters looks suspect as self.cfg manipulation in the parse_hook shouldn't work.
self.cfg
parse_hook
Seems worth a correction with self.cfg.update('configopt', {'property': value})
self.cfg.update('configopt', {'property': value})
Other thoughts about this page below:
Mostly as I am very rusty on Python but may also help people fairly new to Python, might be worth having this page include:
.append
.update
self.cfg.update()
self.cfg["configobject"].update()
Various additional possibly generic but real world often used hook examples might also be a good shout for the page:
self.log.info
buildopts
modextravars
post_permissions_hook
adjust_permissions()
toolchainopts
Sorry, something went wrong.
I'll take a look at @jkwmoore's suggestions, some are not relevant anymore, but there's some great feedback in there.
boegel
No branches or pull requests
https://docs.easybuild.io/hooks/
The text was updated successfully, but these errors were encountered: