This commit is contained in:
Fokko Driesprong
2020-04-06 18:05:54 +02:00
committed by GitHub
parent 1fbe58b219
commit 26c62b46f7

View File

@@ -6,7 +6,7 @@ from conftest import system_check
def no_curlies(filepath):
""" Utility to make sure no curly braces appear in a file.
That is, was jinja able to render everthing?
That is, was Jinja able to render everything?
"""
with open(filepath, 'r') as f:
data = f.read()