Removed print statement
All checks were successful
gl/check check status: success (ebe96bb99089762e94f8176b2f0c1d252efa8671)

This commit is contained in:
2023-04-18 12:01:18 +00:00
parent b6cb962974
commit ebe96bb990

View File

@ -48,7 +48,6 @@ def process_repositories(args, service):
env = Environment( env = Environment(
loader=PackageLoader("otc_metadata"), autoescape=select_autoescape() loader=PackageLoader("otc_metadata"), autoescape=select_autoescape()
) )
print(env.list_templates())
conf_py_template = env.get_template("conf.py.j2") conf_py_template = env.get_template("conf.py.j2")
tox_ini_template = env.get_template("tox.ini.j2") tox_ini_template = env.get_template("tox.ini.j2")
index_sbv_template = env.get_template("index_sbv.rst.j2") index_sbv_template = env.get_template("index_sbv.rst.j2")