We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f6d5a commit 4a2263fCopy full SHA for 4a2263f
nikola/plugins/task/bundles.py
@@ -67,6 +67,7 @@ def build_bundle(output, inputs):
67
for i in inputs:
68
with open(i, 'rb') as in_fh:
69
shutil.copyfileobj(in_fh, out_fh)
70
+ out_fh.write(b'\n')
71
72
yield self.group_task()
73
0 commit comments