mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 23:04:15 +00:00
refactor configs to settings for clarity
This commit is contained in:
@@ -65,7 +65,7 @@ def create_dir(path):
|
||||
def load_config(confpath, profile):
|
||||
'''Load the config file from path'''
|
||||
conf = Cfg(confpath)
|
||||
opts = conf.get_configs()
|
||||
opts = conf.get_settings()
|
||||
opts['dry'] = False
|
||||
opts['profile'] = profile
|
||||
opts['safe'] = True
|
||||
|
||||
Reference in New Issue
Block a user