Skip to content

Commit 945916a

Browse files
committed
fix print args
1 parent 1bdca78 commit 945916a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/benchmarks/src/harness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def run(self):
149149
# default args processor considers all args as ints
150150
args = list(map(int, self.bench_args))
151151

152-
print("### args = %s" % args)
152+
print("### args = ", args)
153153
print(_HRULE)
154154

155155
print("### setup ... ")

0 commit comments

Comments
 (0)