You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Readme mentions Python3 support/dependency but many scripts in fact require python2.
$ ./conflict-view.py
File "./conflict-view.py", line 76
print a[id][2].tag + " " + id + ":", \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered:
Readme mentions Python3 support/dependency but many scripts in fact require python2.
The text was updated successfully, but these errors were encountered: