Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

Commit

Permalink
fix for 'only render onefile issue'
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Bakker committed Jun 12, 2019
1 parent 0f0e1f6 commit ab773be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Changelog
=========
0.1.20 (2019-06-12)
-------------------

Fixed
-----
- fix "only render one file" issue

0.1.19 (2019-06-10)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion e2j2/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def e2j2():
exit_code = 1
finally:
sys.stdout.flush()
return exit_code
return exit_code


if __name__ == '__main__':
Expand Down

0 comments on commit ab773be

Please sign in to comment.