Re: [PATCH 1/1] dts: fix deterministic doc

2025-06-09 Thread Paul Szczepanek
Thanks. This needs to pass the linter, see my suggestions below. On 06/06/2025 10:35, Clemens Famulla-Conrad wrote: > +capture_name: str = None, +capture_name: str = "", > +if capture_name is None: > +capture_name = _get_default_capture_name() > + +if

[PATCH 1/1] dts: fix deterministic doc

2025-06-06 Thread Clemens Famulla-Conrad
Previously, `capture_name` defaulted to a "dynamic" value. This caused non-deterministic documentation and could lead to overwriting capture files if the method was called multiple times within a single Python process. Bugzilla ID: 1718 Signed-off-by: Clemens Famulla-Conrad --- .mailmap