groups.py: don't overwrite toml groups
This commit is contained in:
parent
c0a436385d
commit
4c6abb65ee
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue