git-changelog is incompatible with Python 3
lovetoburnswhen opened this issue · 1 comments
lovetoburnswhen commented
~ ❯ git changelog
File "/home/fty/.local/bin/git-extra-commands/bin/git-changelog", line 74
print "%s %s <%s>\n" % \
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("%s %s <%s>\n" % \)?