mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
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
This commit is contained in:
parent
fde0a02621
commit
8f3b6e5c0e
1 changed files with 0 additions and 1 deletions
1
start.py
1
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue