Skip to content

Commit

Permalink
Indentation error
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 4a2263f commit 768f9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/task/bundles.py
Expand Up @@ -67,7 +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')
out_fh.write(b'\n')

yield self.group_task()

Expand Down

0 comments on commit 768f9e8

Please sign in to comment.