Loading nested/config/config.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,7 @@ if path.exists('~/.local/etc/nested/config.yml'): else: else: config_path = '/etc/nested/config.yml' config_path = '/etc/nested/config.yml' with open('/etc/nested/config.yml') as stream: with open(config_path) as stream: config = yaml.load(stream) config = yaml.load(stream) Loading Loading
nested/config/config.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,7 @@ if path.exists('~/.local/etc/nested/config.yml'): else: else: config_path = '/etc/nested/config.yml' config_path = '/etc/nested/config.yml' with open('/etc/nested/config.yml') as stream: with open(config_path) as stream: config = yaml.load(stream) config = yaml.load(stream) Loading