Lines Matching refs:args
34 args = parser.parse_args() variable
37 tree = etree.parse(args.registry)
39 print('ERROR - cannot open registry XML file', args.registry)
43 if args.branch is None:
44 (args.branch, errors) = getBranch()
45 if args.branch is None:
49 elem = tree.find('extensions/extension[@name="' + args.branch + '"]')
52 print('Success - assuming', args.branch, 'is not an extension branch')
57 print('Success - branch name', args.branch, 'matches, but extension is disabled')
67 name, value, args.branch))
71 name, value, args.branch))
74 print('ERROR - no SPEC_VERSION token found for branch', args.branch)