repo_config: assert config non-null
This commit is contained in:
parent
3ed0721d52
commit
49c5ec7fd7
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ def get_repo_config(
|
||||||
if repo_config_file_path == repo_config_file_default:
|
if repo_config_file_path == repo_config_file_default:
|
||||||
_current_config = conf
|
_current_config = conf
|
||||||
changed = True
|
changed = True
|
||||||
|
assert conf
|
||||||
return conf, changed
|
return conf, changed
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue