From 6b7222443a4efc541778c71c8d0f3a5cab953997 Mon Sep 17 00:00:00 2001 From: Alexey Safronov Date: Sat, 28 Oct 2023 14:50:57 +0400 Subject: [PATCH] Added highlight --- debuginfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debuginfo.py b/debuginfo.py index fabeb90e30..9991d8948b 100755 --- a/debuginfo.py +++ b/debuginfo.py @@ -57,7 +57,7 @@ def fetchCommits(url, type): if name not in data[date]: data[date][name] = [] - data[date][name].append(f"- [{type}]: {text} {hash[0:7]}") + data[date][name].append(f"- [{type}]: {text} `{hash[0:7]}`") return info