зеркало из https://github.com/mozilla/gecko-dev.git
Bug 779979 - Be more explicit about why mozharness can't accept a config file with wrong extension r=aki
MozReview-Commit-ID: 29pQRxQzbSK --HG-- extra : rebase_source : 6c09d80edaba168e7371201678f33f3b24ecb83e
This commit is contained in:
Родитель
8777bef350
Коммит
74ceb1acbe
|
@ -165,7 +165,7 @@ def parse_config_file(file_name, quiet=False, search_path=None,
|
|||
config = dict(json_config)
|
||||
fh.close()
|
||||
else:
|
||||
raise RuntimeError("Unknown config file type %s!" % file_name)
|
||||
raise RuntimeError("Unknown config file type %s! (config files must end in .json or .py)" % file_name)
|
||||
# TODO return file_path
|
||||
return config
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче