fix f-string

This commit is contained in:
limes007
2023-11-04 23:29:53 +01:00
parent 4cdaa84c65
commit 647ef157d4

View File

@@ -374,6 +374,6 @@ class Infos:
name = str(f'info-id.0x{info_id:x}')
self.tracer.log(level, f'{name} : {result}{unit}'
' update: {update}')
f' update: {update}')
i += 1