Skip to content

Commit 768f9e8

Browse files
committedSep 3, 2018
Indentation error
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 4a2263f commit 768f9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nikola/plugins/task/bundles.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def build_bundle(output, inputs):
6767
for i in inputs:
6868
with open(i, 'rb') as in_fh:
6969
shutil.copyfileobj(in_fh, out_fh)
70-
out_fh.write(b'\n')
70+
out_fh.write(b'\n')
7171

7272
yield self.group_task()
7373

0 commit comments

Comments
 (0)
Please sign in to comment.