1
0

Rename config to addon_config (#24)

This commit is contained in:
Joakim Sørensen
2021-03-01 22:24:16 +01:00
committed by GitHub
Unverified
parent 554000f392
commit 59fd137bec
4 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ def main(args):
root = Path(__file__).parent.parent
templ = root / 'template'
with open(templ / "config.yaml", 'r') as f:
with open(templ / "addon_config.yaml", 'r') as f:
config = yaml.safe_load(f)
copyf = config['copy_files']