From bbbc43cd455caeed84065fabbf1206c4c9bfc9f9 Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Thu, 22 Dec 2022 21:51:32 +0100 Subject: [PATCH] Add icon to markdown summary for yanked crates --- audit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audit.py b/audit.py index 91cddd7..127adb7 100644 --- a/audit.py +++ b/audit.py @@ -177,7 +177,7 @@ Switch to a different version of `{name}` to resolve this issue. # This occurs when a yanked version is detected. name = self.entry["package"]["name"] - return f"""## {self.id()} is yanked. + return f"""## {self.entry_type.icon()} {self.id()} is yanked. Switch to a different version of `{name}` to resolve this issue. """