We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2263f commit 768f9e8Copy full SHA for 768f9e8
nikola/plugins/task/bundles.py
@@ -67,7 +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')
+ out_fh.write(b'\n')
71
72
yield self.group_task()
73
0 commit comments