1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-04 02:17:12 +01:00
Files
u-boot-megous/tools
Heinrich Schuchardt 5fd1084657 tools: fix TestFdtUtil()
Variable old_outdir cannot be used before assignment.
The assignment must occur before the try block.

tools/dtoc/test_fdt.py:796:26:
E0601: Using variable 'old_outdir' before assignment
(used-before-assignment)

Add missing space in assignment.

Fixes: a004f29464 ("binman: Tidy up _SetupDtb() to use its own temporary file")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-05-03 18:30:46 -04:00
..
2023-04-04 14:50:47 -04:00
2023-05-03 18:30:46 -04:00
2023-02-04 18:19:00 +01:00
2023-03-14 16:08:52 -06:00
2019-07-29 00:20:31 +02:00
2021-01-13 02:38:00 +01:00
2022-12-08 09:29:02 -05:00
2022-01-19 18:11:34 +01:00
2023-01-27 12:51:26 -05:00
2022-01-28 17:58:41 -05:00
2023-03-14 16:08:52 -06:00
2009-04-28 01:16:46 +02:00
2019-11-04 18:15:32 -07:00