From fa77ad4c118c9160b7b8ae4a4aec53589f26c1a7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 16 Jun 2021 19:01:04 +0300 Subject: what? how did this work? --- cgitize/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgitize/git.py b/cgitize/git.py index 78679d7..5acac20 100644 --- a/cgitize/git.py +++ b/cgitize/git.py @@ -62,7 +62,7 @@ class Config: return name def format(self): - result = '[self.format_name(self.name)]\n' + result = f'[self.format_name(self.name)]\n' result += ''.join((var.format() for var in self.variables)) return result -- cgit v1.2.3