Skip to content
Snippets Groups Projects
Commit 44820839 authored by Paweł Szostek's avatar Paweł Szostek
Browse files

env.py: correct typo

parent dd508b22
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@ class _PrintClass(object):
_plain_print(*args, **kwargs)
print = _PrintClass()
_64bit_architecture = sys.maxsize > 2*32
_64bit_architecture = sys.maxsize > 2**32
class _IsePath(object):
_ise_path_32 = {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment