mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
commit
021ce5660c
1 changed files with 1 additions and 2 deletions
|
@ -33,7 +33,6 @@ class SystemConfiguration(object):
|
|||
return 64
|
||||
else:
|
||||
if self.operating_system == u"mac":
|
||||
raise NotSupportedError(u"Your processor is determined to have a maxSize of" + sys.maxsize +
|
||||
raise NotSupportedError(u"Your processor is determined to have a maxSize of" + str(sys.maxsize) +
|
||||
u",\n which doesn't correspond with a 64-bit architecture.")
|
||||
return 32
|
||||
|
||||
|
|
Loading…
Reference in a new issue