Skip to content

Commit

Permalink
Make sure to exit cleanly
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Dec 8, 2012
1 parent ce44b4e commit 08b4c80
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 @@ -144,3 +144,4 @@ def main():
raise InvalidDataFormat(opts.format)

cli(opts, args)
sys.exit(0)

0 comments on commit 08b4c80

Please sign in to comment.