You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2018. It is now read-only.
robozman
changed the title
Inconsistend Usage of _default_config and default_config in config.py
Inconsistent Usage of _default_config and default_config in config.py
May 22, 2018
robozman
changed the title
Inconsistent Usage of _default_config and default_config in config.py
Inconsistent usage of _default_config and default_config in config.py
May 22, 2018
All instances of _default_config should be default_config. The default_config member is public (it is used in __main__:52), but it also is used in config.py:92,93,95.
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
In config.py we declare
default_config = path.join(_config_folder, 'config.yaml'
and then proceed to usecls._default_config
everywhere else. I've encountered this issue while porting to Windows. Is this just a typo or does it work on Linux for some reason. @jhgarner, @sumnerevansThe text was updated successfully, but these errors were encountered: