mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
Removed --override in install-qt as it has no purpose and is causing issues
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user