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
@stuartmac pointed out that loading the new config file to the python module site-packages might lead to some permission errors...
Maybe try a different approach where a .prointvar.config.ini file is written to the users home dir or similar.
.prointvar.config.ini
The text was updated successfully, but these errors were encountered:
I'd also suggest considering a hierarchical check for config files. Like,
That would let you override the installed config without having to run ProIntVar-Core-config-load before and after (if you wanted to revert)...
ProIntVar-Core-config-load
Sorry, something went wrong.
biomadeira
No branches or pull requests
@stuartmac pointed out that loading the new config file to the python module site-packages might lead to some permission errors...
Maybe try a different approach where a
.prointvar.config.ini
file is written to the users home dir or similar.The text was updated successfully, but these errors were encountered: