From 85734c77abc9a7aa162c21025aeaef93a74aca8b Mon Sep 17 00:00:00 2001
From: Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz>
Date: Sun, 5 Mar 2023 16:26:00 +0100
Subject: [PATCH] =?UTF-8?q?FIXUP=20vypisov=C3=A1n=C3=AD=20parametr=C5=AF?=
 =?UTF-8?q?=20programu?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 data.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data.py b/data.py
index ec0715154..e55eed45b 100644
--- a/data.py
+++ b/data.py
@@ -42,7 +42,7 @@ class Run:
         if len(self.args):
             x += "("
             for arg in self.args[:-1]:
-                x += "{arg}, "
+                x += f"{arg}, "
             x += f"{self.args[-1]})"
         return x
 
-- 
GitLab