Removed --override in install-qt as it has no purpose and is causing issues

This commit is contained in:
Alexandre 'Kidev' Poumaroux
2025-03-24 03:28:31 +01:00
parent 0ada55c475
commit 0a488b84bf

View File

@@ -402,9 +402,7 @@ class Cli:
commercial_args.modules = args.modules
commercial_args.base = getattr(args, "base", None)
commercial_args.dry_run = getattr(args, "dry_run", False)
if hasattr(args, "override"):
commercial_args = args
commercial_args.override = None
ignored_options = []
if getattr(args, "noarchives", False):