Re: [PATCH 8/9] docker: Fix LegacyKeyValueFormat warning with PYTHONPATH

2024-11-04 Thread Heinrich Schuchardt
On 11/4/24 14:39, Simon Glass wrote: Fix a warning due to the syntax used for PYTHONPATH: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 304) Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- tools/docker/Doc

Re: [PATCH 8/9] docker: Fix LegacyKeyValueFormat warning with PYTHONPATH

2024-11-04 Thread Tom Rini
On Mon, Nov 04, 2024 at 06:39:52AM -0700, Simon Glass wrote: > Fix a warning due to the syntax used for PYTHONPATH: > >LegacyKeyValueFormat: "ENV key=value" should be used instead of > legacy "ENV key value" format (line 304) > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini --