Skip to content

Commit f44073a

Browse files
committed
Runned fix
1 parent c203fc2 commit f44073a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ class GenerationArgs:
301301
command = command.replace(' ', ' ')
302302
verbose_print(command)
303303
if not args.dummy_run:
304+
case = f'{lib},{algorithm} ' + case
304305
stdout, stderr = read_output_from_command(command)
305306
stdout, extra_stdout = filter_stdout(stdout)
306307
stderr = filter_stderr(stderr)

0 commit comments

Comments
 (0)