Skip to content

Commit a453157

Browse files
committed
bugfix
1 parent 6e3bdea commit a453157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-issues-blog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
changed = subprocess.check_output(command)
4343
for x in changed.split(b'\x00'):
4444
if x.decode('utf-8'):
45-
CHANGED.append(x.decode('utf-8'))
45+
CHANGED.append(x.decode('utf-8'))
4646
f.close()
4747
except Exception as e:
4848
print('%s load error: %s' % (POST_INDEX_FILE, e))

0 commit comments

Comments
 (0)