Skip to content

Commit

Permalink
Pass template config/cli-option to render_template in tsstats.__main_…
Browse files Browse the repository at this point in the history
…_.main
  • Loading branch information
Thor77 committed Aug 10, 2016
1 parent bbd2ff7 commit 5c52ab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsstats/__main__.py
Expand Up @@ -85,7 +85,8 @@ def main(configuration):
ext = ''
render_template(
clients,
output=abspath(configuration.get('General', 'output') + ext)
output=abspath(configuration.get('General', 'output') + ext),
template_path=configuration.get('General', 'template')
)


Expand Down

0 comments on commit 5c52ab1

Please sign in to comment.