Re: [PATCH] simplebench: Fix Python syntax error (reported by LGTM)

2022-01-17 Thread John Snow
On Mon, Jan 17, 2022 at 3:02 AM Vladimir Sementsov-Ogievskiy wrote: > > 10.01.2022 21:09, John Snow wrote: > > > > > > On Mon, Jan 10, 2022 at 12:57 PM Stefan Weil > > wrote: > > > > Am 10.01.22 um 18:08 schrieb John Snow: > > > >> On Fri, Jan 7, 2022 at 10:32 AM

Re: [PATCH] simplebench: Fix Python syntax error (reported by LGTM)

2022-01-17 Thread Vladimir Sementsov-Ogievskiy
10.01.2022 21:09, John Snow wrote: On Mon, Jan 10, 2022 at 12:57 PM Stefan Weil mailto:s...@weilnetz.de>> wrote: Am 10.01.22 um 18:08 schrieb John Snow: On Fri, Jan 7, 2022 at 10:32 AM Stefan Weil mailto:s...@weilnetz.de>> wrote: Signed-off-by: Stefan Weil mailto:s...@weilne

Re: [PATCH] simplebench: Fix Python syntax error (reported by LGTM)

2022-01-10 Thread John Snow
On Mon, Jan 10, 2022 at 12:57 PM Stefan Weil wrote: > Am 10.01.22 um 18:08 schrieb John Snow: > > On Fri, Jan 7, 2022 at 10:32 AM Stefan Weil wrote: > >> Signed-off-by: Stefan Weil >> --- >> scripts/simplebench/bench-example.py | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> dif

Re: [PATCH] simplebench: Fix Python syntax error (reported by LGTM)

2022-01-10 Thread Stefan Weil
Am 10.01.22 um 18:08 schrieb John Snow: On Fri, Jan 7, 2022 at 10:32 AM Stefan Weil wrote: Signed-off-by: Stefan Weil ---  scripts/simplebench/bench-example.py | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/simplebench/bench-example.py b/sc

Re: [PATCH] simplebench: Fix Python syntax error (reported by LGTM)

2022-01-10 Thread John Snow
On Fri, Jan 7, 2022 at 10:32 AM Stefan Weil wrote: > Signed-off-by: Stefan Weil > --- > scripts/simplebench/bench-example.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/simplebench/bench-example.py > b/scripts/simplebench/bench-example.py > index 4864435f39.

Re: [PATCH] simplebench: Fix Python syntax error (reported by LGTM)

2022-01-07 Thread Philippe Mathieu-Daudé
On 1/7/22 16:30, Stefan Weil wrote: > Signed-off-by: Stefan Weil > --- > scripts/simplebench/bench-example.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/simplebench/bench-example.py > b/scripts/simplebench/bench-example.py > index 4864435f39..fc370691e0 100

[PATCH] simplebench: Fix Python syntax error (reported by LGTM)

2022-01-07 Thread Stefan Weil
Signed-off-by: Stefan Weil --- scripts/simplebench/bench-example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/simplebench/bench-example.py b/scripts/simplebench/bench-example.py index 4864435f39..fc370691e0 100644 --- a/scripts/simplebench/bench-example.py +++ b