Skip to content
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

brewpi.py --status does not read default user config #43

Open
elcojacobs opened this issue Oct 17, 2014 · 0 comments
Open

brewpi.py --status does not read default user config #43

elcojacobs opened this issue Oct 17, 2014 · 0 comments
Labels

Comments

@elcojacobs
Copy link
Member

When brewpi is started (manually or by cron) without specifying a user config file, it loads /home/brewpi/settings/config.cfg

BrewPiProcess checks if a config file is loaded here:
https://github.com/BrewPi/brewpi-script/blob/master/BrewPiProcess.py#L124

The check however depends on the cmdline used to start BrewPi.
When BrewPi is started without specifying a config file, it still loads user settings from config.cfg.

These are not loaded when the config is read in BrewPiProcess:
https://github.com/BrewPi/brewpi-script/blob/master/BrewPiProcess.py#L127

BrewPi process is therefore unaware of the settings in config.cfg

@elcojacobs elcojacobs added the bug label Oct 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant