This commit is contained in:
Jeff Epler 2022-02-16 10:31:34 -06:00
parent 01cabb0324
commit dd7b48f2b3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ except (ImportError, AttributeError):
print("SKIP")
raise SystemExit
if not (sys.platform == "linux" and sys.maxsize > 2 ** 32):
if not (sys.platform == "linux" and sys.maxsize > 2**32):
print("SKIP")
raise SystemExit