manifest: correct default values for empty lock file
This commit is contained in:
parent
33ca3140c2
commit
da82718a60
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ def load_locked_versions(path: Path) -> Dict[str, LockedVersion]:
|
|||
if path.exists():
|
||||
return _load_locked_versions(path)
|
||||
else:
|
||||
return {}
|
||||
return dict(repos={})
|
||||
|
||||
|
||||
def load_manifest(manifest_path: PathType, lock_path: PathType) -> Manifest:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue