Re: [PATCH v6 3/9] iotests: replace mutable list default args

2020-02-27 Thread Max Reitz
On 27.02.20 01:06, John Snow wrote: > It's bad hygiene: if we modify this list, it will be modified across all > invocations. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/iotests.py | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) Reviewed-by: Max Reitz si

[PATCH v6 3/9] iotests: replace mutable list default args

2020-02-26 Thread John Snow
It's bad hygiene: if we modify this list, it will be modified across all invocations. Signed-off-by: John Snow --- tests/qemu-iotests/iotests.py | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/qemu-iotests/iotests.py b/tests/qemu-iotests/iotests.py inde