Skip to content

Commit

Permalink
Add newlines between bundle items
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 3, 2018
1 parent 05f6d5a commit 4a2263f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/plugins/task/bundles.py
Expand Up @@ -67,6 +67,7 @@ def build_bundle(output, inputs):
for i in inputs:
with open(i, 'rb') as in_fh:
shutil.copyfileobj(in_fh, out_fh)
out_fh.write(b'\n')

yield self.group_task()

Expand Down

0 comments on commit 4a2263f

Please sign in to comment.