diff --git a/nur/manifest.py b/nur/manifest.py index 3eaad8e5e..45ffc03f0 100644 --- a/nur/manifest.py +++ b/nur/manifest.py @@ -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: