Rename regs.yaml to register.yaml for consistency reasons

This commit is contained in:
Dennis Potter 2021-09-06 00:29:29 -07:00
parent c689190080
commit 4f2ac8868a
Signed by: Dennis
GPG Key ID: 186A8AD440942BAF
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ from . import templates
class Register(Component):
# Save YAML template as class variable
templ_dict = yaml.load(
pkg_resources.read_text(templates, 'regs.yaml'),
pkg_resources.read_text(templates, 'register.yaml'),
Loader=yaml.FullLoader)
def __init__(