Skip to content

Commit 576fc5f

Browse files
committed
Fix invocation of Python runner
1 parent 8c315c0 commit 576fc5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_python/pgbench_python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ if [ ! -d "${_venv}" ]; then
1111
fi
1212

1313
source "${_venv}/bin/activate"
14-
exec "${_venv}/bin/python3" "${_dir}/pgbench_python.py"
14+
exec "${_venv}/bin/python3" "${_dir}/pgbench_python.py" $@

0 commit comments

Comments
 (0)