Re: [PATCH v7 1/9] dtoc: Change dst to self in debug message

2023-12-31 Thread Simon Glass
On Fri, Dec 29, 2023 at 10:46 AM Manorit Chawdhry wrote: > > Fix the error message to not use dst and use self as it is copying the > properties to self. > > While using templating if there are no subnodes defined, we end up in > this situation where "dst" isn't defined and it tries to print the e

[PATCH v7 1/9] dtoc: Change dst to self in debug message

2023-12-29 Thread Manorit Chawdhry
Fix the error message to not use dst and use self as it is copying the properties to self. While using templating if there are no subnodes defined, we end up in this situation where "dst" isn't defined and it tries to print the error message and fails. 'UnboundLocalError: local variable 'dst' ref