diff options
Diffstat (limited to 'python/mach_bootstrap.py')
-rw-r--r-- | python/mach_bootstrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mach_bootstrap.py b/python/mach_bootstrap.py index 894cbbf97c0..84de5b22b25 100644 --- a/python/mach_bootstrap.py +++ b/python/mach_bootstrap.py @@ -98,7 +98,7 @@ def bootstrap(topdir): for category, meta in CATEGORIES.items(): mach.define_category(category, meta['short'], meta['long'], - meta['priority']) + meta['priority']) for path in MACH_MODULES: mach.load_commands_from_file(os.path.join(topdir, path)) |