remove access to non-existing option
This commit is contained in:
@ -34,7 +34,7 @@ parser.add_argument("-m", "--machine",
|
||||
args = parser.parse_args()
|
||||
|
||||
# print help message and exit, if neither build nor path options are given
|
||||
if not args.machine and not args.extramake:
|
||||
if not args.machine:
|
||||
parser.print_help()
|
||||
sys.exit(HELP)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user