mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 20:46:06 +00:00
Variables 'names' is copying value from 'reduced' dict and gives illusion that any computation could be done on copied data. Problem is that later computation on 'names' will modify data in 'reduced'. Use deepcopy in order to avoid erasing thing in reduced. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org> |
||
---|---|---|
.. | ||
extract | ||
devicetree.py | ||
extract_dts_includes.py |