Re: [PATCH] Fix exception when no output format is specified

2019-09-23 Thread Chris Johns
Pushed. Thanks. It may pay to update the RSB to pick this change up. Chris On 23/9/19 11:33 pm, Kinsey Moore wrote: > The JSON log generation patch introduced a bug when the report output > generation was not configured due to attempting to iterate over 'None'. > --- > tester/rt/test.py | 2 ++

[PATCH] Fix exception when no output format is specified

2019-09-23 Thread Kinsey Moore
The JSON log generation patch introduced a bug when the report output generation was not configured due to attempting to iterate over 'None'. --- tester/rt/test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tester/rt/test.py b/tester/rt/test.py index d5c7c66..d258b11 100644 ---