Skip to content
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

Update authentication.py #602

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Update authentication.py #602

wants to merge 6 commits into from

Conversation

xlorepdarkhelm
Copy link

Fixing: TabError: inconsistent use of tabs and spaces in indentation, in gateone/auth/authentication.py, line 648

Found when attempting to do "python3 setup.py install" on Ubuntu 16.04, with Python 3.5.1.

This error didn't happen in python 2, but did when using it in python 3.

Fixing: TabError: inconsistent use of tabs and spaces in indentation, in gateone/auth/authentication.py, line 648

Found when attempting to do "python3 setup.py install" on Ubuntu 16.04, with Python 3.5.1.
Attempting to fix IndentationError when installing using Python 3.5.1 on Ubuntu 16.04
Still trying to solve IndentationError.
Attempting to fix IndentationError.
IndentationError still around, must stomp it!
IndentationError must die!
imap = map
izip = zip
pass
except ImportError: # Python 3 doesn't have imap or izip in itertool
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flake8 suggests 2 spaces before an in-line comment (as in the original code).

ntaken added a commit to ntaken/GateOne that referenced this pull request Sep 25, 2020
Update authentication.py liftoff#602
liftoff#602
by xlorepdarkhelm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants