Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Jan 24, 2019
1 parent 207d910 commit a2d99e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jinja2cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ def is_fd_alive(fd):

return bool(select.select([fd], [], [], 0)[0])


def cli(opts, args):
template_path, data = args
format = opts.format
Expand Down

0 comments on commit a2d99e3

Please sign in to comment.