You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# failed to load config or device is not supported
267
269
logger.error(
268
-
f"Device with code '{device_code}' is not supported or the config is corrupted. Please check the logs for more information."
270
+
f"Device with code '{result.device_code}' is not supported or the config is corrupted. Please check the logs for more information."
269
271
)
270
272
self.device_name.value= (
271
-
f"Device with code '{device_code}' is not supported yet."
273
+
f"Device with code '{result.device_code}' is not supported yet."
272
274
)
273
275
# add request support for device button
274
-
request_url=f"https://github.com/openandroidinstaller-dev/openandroidinstaller/issues/new?labels=device&template=device-support-request.yaml&title=Add support for `{device_code}`"
276
+
request_url=f"https://github.com/openandroidinstaller-dev/openandroidinstaller/issues/new?labels=device&template=device-support-request.yaml&title=Add support for `{result.device_code}`"
0 commit comments