Skip to content
Snippets Groups Projects
Commit 85734c77 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

FIXUP vypisování parametrů programu

parent a24c2a85
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment