groups.py: don't overwrite toml groups

This commit is contained in:
Franzi 2025-03-06 20:03:37 +01:00
parent c0a436385d
commit 4c6abb65ee
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -3,7 +3,6 @@ from pathlib import Path
from bundlewrap.utils import error_context
groups = {}
for group in Path(join(repo_path, "groups")).rglob("*.py"):
with error_context(filename=str(group)):
with open(group, 'r') as f: