diff --git a/pmb/helpers/frontend.py b/pmb/helpers/frontend.py index abb8961d..3a7c0b4a 100644 --- a/pmb/helpers/frontend.py +++ b/pmb/helpers/frontend.py @@ -643,6 +643,9 @@ def ci(args): scripts_selected = {} if args.scripts: + if args.all: + raise RuntimeError("Combining --all with script names doesn't" + " make sense") for script in args.scripts: if script not in scripts_available: logging.error(f"ERROR: script '{script}' not found in git"