diff --git a/rebench/denoise.py b/rebench/denoise.py index 748a35b7..bd7dbc46 100644 --- a/rebench/denoise.py +++ b/rebench/denoise.py @@ -668,7 +668,7 @@ def _check_for_inconsistent_settings(args): "when -T|--without-no-turbo is not set." ) sys.exit(EXIT_CODE_INVALID_SETTINGS) - elif args.use_no_turbo and args.no_turbo is None: + elif args.use_no_turbo and args.no_turbo is None and args.command == "minimize": print( "Error: Attempting to set no_turbo, but no value specified with -nt|--no-turbo." )