Default SYS_TYPE should just be an unknown architecture.
This commit is contained in:
parent
655ab60beb
commit
514f1acdb0
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ def sys_type():
|
|||
|
||||
# Couldn't determine the sys_type for this machine.
|
||||
if sys_type is None:
|
||||
raise NoSysTypeError()
|
||||
return "unknown_arch"
|
||||
|
||||
if not isinstance(sys_type, basestring):
|
||||
raise InvalidSysTypeError(sys_type)
|
||||
|
|
Loading…
Reference in a new issue