From 399c53f9d3e36a69685a197480f594ced3e2c77d Mon Sep 17 00:00:00 2001 From: Martin Teichmann <martin.teichmann@xfel.eu> Date: Tue, 5 Sep 2023 15:40:01 +0200 Subject: [PATCH] add options to show the eeprom --- ebpfcat/scripts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ebpfcat/scripts.py b/ebpfcat/scripts.py index 3663ced..2a26968 100644 --- a/ebpfcat/scripts.py +++ b/ebpfcat/scripts.py @@ -90,6 +90,7 @@ async def info(): print(f" {r:10} {r:8X}") else: print(f" {r}") + print(f" {r!r}") if args.pdo: await t.to_operational(2) await t.parse_pdos() -- GitLab