Skip to content

Commit 6e3bdea

Browse files
committed
bugfix
1 parent d8856f8 commit 6e3bdea

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
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))

git-issues-blog.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)