forked from Imagelibrary/seL4
tools: fix brackets in format parameters
Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
@@ -233,7 +233,7 @@ class HardwareYaml:
|
||||
return self.rules[compat]
|
||||
|
||||
raise ValueError('Failed to match compatibles "{}" for node {}!'.format(
|
||||
', '.join(device.get_prop('compatible').strings, device.path)))
|
||||
', '.join(device.get_prop('compatible').strings), device.path))
|
||||
|
||||
def get_matched_compatible(self, device: WrappedNode) -> str:
|
||||
''' Returns the best matching compatible string for this device '''
|
||||
|
||||
Reference in New Issue
Block a user