Skip to content

Commit d178db6

Browse files
committed
make-changelog.py: Fix footer line output
1 parent 47ca0cd commit d178db6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extra/make-changelog.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@
2525
wrap(log, initial_indent=' * ', subsequent_indent=' ')))
2626
print('')
2727

28-
print(' -- David Paleino <d.paleino@gmail.com> ', formatdate(localtime=True))
28+
print(' -- David Paleino <d.paleino@gmail.com> %s' %
29+
formatdate(localtime=True))

0 commit comments

Comments
 (0)