repo_config: assert config non-null

This commit is contained in:
InsanePrawn 2023-03-27 19:47:20 +02:00
parent 3ed0721d52
commit 49c5ec7fd7

View file

@ -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