diff --git a/distro/repo_config.py b/distro/repo_config.py index ed2cc58..6cbdf38 100644 --- a/distro/repo_config.py +++ b/distro/repo_config.py @@ -148,6 +148,7 @@ def get_repo_config( if repo_config_file_path == repo_config_file_default: _current_config = conf changed = True + assert conf return conf, changed