From 8f3b6e5c0e98f822f7c7b53e3361ae245ff89f2b Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Wed, 19 Oct 2022 15:15:03 +0200 Subject: [PATCH] OP-3426 - don't remove from sys.args Cli should have automatic_tests argument even if it is not pushed through, just for better documentation of command with --help --- start.py | 1 - 1 file changed, 1 deletion(-) diff --git a/start.py b/start.py index 1d14a7def8..5242a50f14 100644 --- a/start.py +++ b/start.py @@ -572,7 +572,6 @@ def _process_arguments() -> tuple: sys.argv.insert(idx, "tray") if "--automatic_tests" in sys.argv: - sys.argv.remove("--automatic_tests") automatic_tests = True return use_version, use_staging, commands, automatic_tests