in script/common.py [0:0]
def target(): parser = create_parser() (args, _) = parser.parse_known_args() return args.target if args.machine else host()