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
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
2 matches
Mail list logo