git-graph
git-graph copied to clipboard
Invalid Syntax error
I get that error when running the script:
File "./git-graph", line 34
print(message, file=sys.stderr)
^
My version of Python: 3.4.2, on the Mac
Python 3.4 has "file=": https://docs.python.org/3.4/library/functions.html#print Maybe you were using a different Python version than you thought?