commit
021ce5660c
1 changed files with 1 additions and 2 deletions
|
@ -33,7 +33,6 @@ class SystemConfiguration(object):
|
||||||
return 64
|
return 64
|
||||||
else:
|
else:
|
||||||
if self.operating_system == u"mac":
|
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.")
|
u",\n which doesn't correspond with a 64-bit architecture.")
|
||||||
return 32
|
return 32
|
||||||
|
|
||||||
|
|
Reference in a new issue