diff --git a/slpkg/configs.py b/slpkg/configs.py index 095de564..3cffa743 100644 --- a/slpkg/configs.py +++ b/slpkg/configs.py @@ -50,9 +50,7 @@ class Configs: ''' Overwrite with user configuration. ''' config_file: str = f'{etc_path}/{prog_name}.yaml' - if os.path.isfile(config_file): - with open(config_file, 'r') as conf: configs = yaml.safe_load(conf)