Skip to content
Commit 772ab077 authored by Vincent Stehle's avatar Vincent Stehle
Browse files

guid.py: fix bug with leading zeroes



When the last 6 bytes `Node' field of a GUID has leading zeroes, they are
erroneously converted to spaces by the Guid.__str__() method; fix this.

This could cause havocs in e.g. `check-sr-results.py' when calling
`guid-tool.py' with a GUID as argument, as the GUID becomes split into two
arguments due to the spaces, ending up in a confusing error message.

[Backport commit 651b0c66.]
Signed-off-by: Vincent Stehle's avatarVincent Stehlé <vincent.stehle@arm.com>
parent 3802d9d5
Loading
Loading
Loading
Pipeline #10321 passed with stage
in 3 minutes and 42 seconds