From 54d71939a020a95ac83959dc9b40909464f01f49 Mon Sep 17 00:00:00 2001 From: axolotl Date: Thu, 28 May 2020 21:28:09 +0530 Subject: [PATCH] add INFO stmt modified: ipatope.py --- ipatope.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ipatope.py b/ipatope.py index 904ccf0..1529ad2 100755 --- a/ipatope.py +++ b/ipatope.py @@ -37,6 +37,7 @@ def __init__(self, **kwargs): sorters=sorters, ) +print('INFO', 'writing rendered files to public/') template = jinja_env.get_template('phonemes.template.html') with Path('public/index.html').open('w') as out: out.write(template.render(**data))