[PATCH v3 23/25] simplebench/bench_block_job: use correct shebang line with python3

Vladimir Sementsov-Ogievskiy posted 25 patches 5 years ago
There is a newer version of this series
[PATCH v3 23/25] simplebench/bench_block_job: use correct shebang line with python3
Posted by Vladimir Sementsov-Ogievskiy 5 years ago
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
---
 scripts/simplebench/bench_block_job.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/simplebench/bench_block_job.py b/scripts/simplebench/bench_block_job.py
index 9808d696cf..a0dda1dc4e 100755
--- a/scripts/simplebench/bench_block_job.py
+++ b/scripts/simplebench/bench_block_job.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Benchmark block jobs
 #
-- 
2.21.3


Re: [PATCH v3 23/25] simplebench/bench_block_job: use correct shebang line with python3
Posted by Max Reitz 4 years, 10 months ago
On 26.10.20 18:18, Vladimir Sementsov-Ogievskiy wrote:
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
> ---
>   scripts/simplebench/bench_block_job.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Max Reitz <mreitz@redhat.com>