tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit fa8e7abb4ad360508a419ae5511d237694dcecff
parent cb7d8ba09ab21df505b0d1fc08e6f8e292b0a26b
Author: Alex Hochheiden <ahochheiden@mozilla.com>
Date:   Wed, 10 Dec 2025 06:03:25 +0000

Bug 2003412 - Fix PLW0127 warnings: Remove self-assigning variable r=emilio

https://docs.astral.sh/ruff/rules/self-assigning-variable/

Differential Revision: https://phabricator.services.mozilla.com/D274698

Diffstat:
Mpython/mozbuild/mozbuild/code_analysis/mach_commands.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/python/mozbuild/mozbuild/code_analysis/mach_commands.py b/python/mozbuild/mozbuild/code_analysis/mach_commands.py @@ -619,7 +619,6 @@ def autotest( # do this on a local trusted clang-tidy package. command_context._set_log_level(verbose) command_context.activate_virtualenv() - dump_results = dump_results force_download = not dump_results