simplebench: Fix Python syntax error (reported by LGTM)

Fixes: b2fcb0c575
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 20220107153019.504124-1-sw@weilnetz.de
Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
Stefan Weil 2022-01-07 16:30:19 +01:00 committed by John Snow
parent 366d33158c
commit 9ebfc5a583
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ from bench_block_job import bench_block_copy, drv_file, drv_nbd
def bench_func(env, case):
""" Handle one "cell" of benchmarking table. """
return bench_block_copy(env['qemu_binary'], env['cmd'], {}
return bench_block_copy(env['qemu_binary'], env['cmd'], {},
case['source'], case['target'])