Configuration manager defaults point to non-existent folder
Open
bug
priority:high
scope:small
- Dominant language
- Python
- Stars
- 2
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
The configuration manager points to a non-existant folder in `labman/gui/support_files`. This is the offending line:
https://github.com/jdereus/labman/blob/75cfd2748cf3798116da4e146dc75e6511c83d27/labman/db/configuration_manager.py#L127
I noticed this because I hadn't set the certificates in the configuration file and it tried to use "default" files that didn't exist (see the code in _get_main).
https://github.com/jdereus/labman/blob/75cfd2748cf3798116da4e146dc75e6511c83d27/labman/db/configuration_manager.py#L139-L144
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.