Signed-off-by: Li Hua <lihua@email.com>
This commit is contained in:
Li Hua 2024-08-19 22:14:42 +08:00
parent 37929eb570
commit 247f953328
No known key found for this signature in database
GPG key ID: 5ADFEAB69DD0B560

2
.github/check.py vendored
View file

@ -152,4 +152,4 @@ with open("status.csv", "w") as csvfile:
with open(".github/README.tmpl") as template, open("README.md", "w") as readme:
s = Template(template.read())
print(s.get_identifiers())
readme.write(s.substitute(environ))
readme.write(s.substitute(mapping=environ))