Removed print statement
All checks were successful
gl/check check status: success (ebe96bb99089762e94f8176b2f0c1d252efa8671)
All checks were successful
gl/check check status: success (ebe96bb99089762e94f8176b2f0c1d252efa8671)
This commit is contained in:
@ -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")
|
||||||
|
Reference in New Issue
Block a user