mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 19:34:06 +02:00
flash_can: uuid format specifier fix
SIgned-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
25482ba0d8
commit
2291f50bf0
@ -472,7 +472,7 @@ class CanSocket:
|
|||||||
id_list = await self._query_uuids()
|
id_list = await self._query_uuids()
|
||||||
if uuid not in id_list:
|
if uuid not in id_list:
|
||||||
raise FlashCanError(
|
raise FlashCanError(
|
||||||
f"Unable to find node matching UUID: {uuid:06x}"
|
f"Unable to find node matching UUID: {uuid:012x}"
|
||||||
)
|
)
|
||||||
node = self._set_node_id(uuid)
|
node = self._set_node_id(uuid)
|
||||||
flasher = CanFlasher(node, fw_path)
|
flasher = CanFlasher(node, fw_path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user