Merge pull request #24 from limes007/main

fix f-string
This commit is contained in:
Stefan Allius
2023-11-05 00:09:51 +01:00
committed by GitHub

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