-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid syntax #2
Comments
Are you using older version of Python by any chance? Try with v3.6. |
Hey @dusekdan , |
@jaikishantulswani Glad to hear that! Unfortunately, I am neither an author nor maintainer of the reposcanner. I was just researching something and stumbled upon your issue and thought I'd try to help. |
@dusekdan Thank you for your help 👍 |
File "reposcanner.py", line 115
print("Parsing commit %s%s%s\r" % (col.green, count, col.end), end="", flush=True)
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: