git-graph icon indicating copy to clipboard operation
git-graph copied to clipboard

Invalid Syntax error

Open Adeynack opened this issue 10 years ago • 1 comments

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

Adeynack avatar Jan 29 '15 11:01 Adeynack

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?

Alberth289346 avatar Jul 28 '20 07:07 Alberth289346