From a4a757a78d7338dab6eea2a74400a18b032472e1 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Fri, 22 Jul 2022 22:04:29 +0100 Subject: [PATCH] oops --- selfdrive/car/docs_definitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/docs_definitions.py b/selfdrive/car/docs_definitions.py index 376eade013..ef2b8e83c5 100644 --- a/selfdrive/car/docs_definitions.py +++ b/selfdrive/car/docs_definitions.py @@ -131,7 +131,7 @@ class CarInfo: footnotes = get_footnotes(self.footnotes, column) if footnotes is not None: - item += f"{', '.join(footnote_tag.format(self.all_footnotes[fn]) for fn in footnotes)}" + item += ", ".join(footnote_tag.format(self.all_footnotes[fn]) for fn in footnotes) return item