Bug 1739556 - Don't ignore the argument given to Mach::load_settings. r=firefox-build-system-reviewers,mhentges

Differential Revision: https://phabricator.services.mozilla.com/D130437
This commit is contained in:
Mike Hommey 2021-11-08 22:53:52 +00:00
parent 7310c93473
commit d907da5770

View File

@ -606,7 +606,7 @@ To see more help for a specific command, run:
if os.path.isfile(path):
return path
files = map(find_in_dir, self.settings_paths)
files = map(find_in_dir, paths)
files = filter(bool, files)
self.settings.load_files(files)