Re: [Fuego] [PATCH] Benchmark.lmbench2-parser.py: Reslove indentation error
<[email protected]> Thu, 15 Sep 2022 06:54:14 +0000
| Newsgroups | dev.linux.lists.fuego |
|---|---|
| Message-ID | <TYAPR01MB6091682E2424BDFF5EF1A6DEB3499@TYAPR01MB6091.jpnprd01.prod.outlook.com> |
Dear Tim, Please review the below change. Thanks & Regards Sireesha > -----Original Message----- > From: [email protected] <sireesha.nakkala@toshiba- > tsip.com> > Sent: Wednesday, August 24, 2022 2:43 PM > To: [email protected] > Cc: nakkala sireesha(=1B$B#T#S#I#P=1B(B TMIEC ODG Porting) > <[email protected]>; [email protected]; > dinesh kumar(=1B$B#T#S#I#P=1B(B TMIEC ODG Porting) <dinesh.kumar@toshiba- > tsip.com>; hayashi kazuhiro(=1B$BNS=1B(B =1B$BOB9(=1B(B =1B$B""#S#W#C"~#A= #C#T=1B(B) > <[email protected]> > Subject: [PATCH] Benchmark.lmbench2-parser.py: Reslove indentation error >=20 > From: sireesha <[email protected]> >=20 > This was failing while processing the results, fixed indentation problem >=20 > Signed-off-by: sireesha <[email protected]> > --- > tests/Benchmark.lmbench2/parser.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/Benchmark.lmbench2/parser.py > b/tests/Benchmark.lmbench2/parser.py > index 96732e3..32e0fc5 100755 > --- a/tests/Benchmark.lmbench2/parser.py > +++ b/tests/Benchmark.lmbench2/parser.py > @@ -44,7 +44,7 @@ for line in lines: > value =3D > str(float(value.rstrip(".G"))*1000*1000*1000) > elif value[-1] =3D=3D 'T': > value =3D > str(float(value.rstrip(".T"))*1000*1000*1000*1000) > - sublist.append(value) > + sublist.append(value) > t_index +=3D 1 >=20 > cur_file.close() > -- > 2.20.1