Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

print needs parentheses #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pathaugen
Copy link

print needs parentheses

print needs parentheses
@pathaugen
Copy link
Author

Originally found issue with:

pip install django-user-roles

Forked the code and ran:

python setup.py egg_info

Found issue:
File "setup.py", line 57
print "You probably want to also tag the version now:"
SyntaxError: Missing parentheses in call to 'print'

Resolved issue by adding the parentheses and reran the check:
[FIXED]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant