Skip to content

Commit

Permalink
add INFO stmt
Browse files Browse the repository at this point in the history
	modified:   ipatope.py
  • Loading branch information
axolotl authored and aalok-sathe committed May 28, 2020
1 parent 0a6df8e commit 54d7193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipatope.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 54d7193

Please sign in to comment.