forked from shaba/openuds
Working on M1 with rosseta, so removed check (that does not recognizes m1 when running app with rosseta)
This commit is contained in:
parent
60f69be354
commit
4ed3cbc787
@ -355,12 +355,12 @@ if __name__ == "__main__":
|
||||
'{}://{}/uds/rest/client'.format(['http', 'https'][ssl], host), sslError
|
||||
)
|
||||
|
||||
try:
|
||||
if platform.mac_ver()[2] == 'arm64':
|
||||
minimal(api, ticket, scrambler)
|
||||
sys.exit(0)
|
||||
except Exception:
|
||||
pass # Ignore check (should not be any problem)
|
||||
# try:
|
||||
# if platform.mac_ver()[2] == 'arm64':
|
||||
# minimal(api, ticket, scrambler)
|
||||
# sys.exit(0)
|
||||
# except Exception:
|
||||
# pass # Ignore check (should not be any problem)
|
||||
|
||||
try:
|
||||
logger.debug('Starting execution')
|
||||
|
Loading…
Reference in New Issue
Block a user