From 5eb947843ef8f992e62e063dbff3062f3bd1e2ef Mon Sep 17 00:00:00 2001 From: nineven Date: Thu, 14 Apr 2022 17:55:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_ser/xsign/utils/supersignutils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fir_ser/xsign/utils/supersignutils.py b/fir_ser/xsign/utils/supersignutils.py index cfa8a75..d8fa75b 100644 --- a/fir_ser/xsign/utils/supersignutils.py +++ b/fir_ser/xsign/utils/supersignutils.py @@ -613,6 +613,7 @@ class IosUtils(object): if device_obj and device_obj.status not in ['ENABLED', 'DISABLED']: if not IosUtils.check_device_status(developer_obj, org_device_obj=device_obj)[0]: + update_or_create_developer_udid_info(device_obj, developer_obj) return False, 'UNEXPECTED_ERROR' sync_device_obj, _ = update_or_create_developer_udid_info(device_obj, developer_obj)