Bug 1465050: Remove reference to config_file_search_path r=marco

MozReview-Commit-ID: 2w3uQ226kzs

--HG--
extra : rebase_source : df37a734ed715e9037cac192ba2f7f121a2355c2
This commit is contained in:
Chris AtLee 2018-05-29 13:38:13 -04:00
Родитель 3078e13f4c
Коммит 6954584948
1 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -547,12 +547,11 @@ class BuildOptionParser(object):
# name
sys.exit("Whoops!\n'--custom-build-variant' was passed but an "
"appropriate config file could not be determined. Tried "
"using: '%s' but it was either not:\n\t-- a valid "
"shortname: %s \n\t-- a valid path in %s \n\t-- a "
"valid variant for the given platform and bits." % (
"using: '%s' but it was not:"
"\n\t-- a valid shortname: %s "
"\n\t-- a valid variant for the given platform and bits." % (
prospective_cfg_path,
str(cls.build_variants.keys()),
str(cls.config_file_search_path)))
str(cls.build_variants.keys())))
parser.values.config_files.append(valid_variant_cfg_path)
setattr(parser.values, option.dest, value) # the pool