Skip to content

Commit

Permalink
Revert "Warn and exit on 32 bit installations of Python" (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
knrafto authored Sep 6, 2016
1 parent 8f12f66 commit 2373b3a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/cli/ok.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ def main():
# Checking user's Python bit version
bit_v = (8 * struct.calcsize("P"))
log.debug("Python {}bit".format(bit_v))
if not args.local and bit_v == 32:
#If they aren't running --local and on 32 warn and quit
print('We cannot authenticate you with a 32 bit version of Python. To '
'run locally use the --local flag')
exit(0)

if args.version:
print("okpy=={}".format(client.__version__))
Expand Down

0 comments on commit 2373b3a

Please sign in to comment.