mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
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:
|
||||
_current_config = conf
|
||||
changed = True
|
||||
assert conf
|
||||
return conf, changed
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue