You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
449 B
13 lines
449 B
3 years ago
|
--- a/python/mozbuild/mozbuild/configure/__init__.py
|
||
|
+++ b/python/mozbuild/mozbuild/configure/__init__.py
|
||
|
@@ -491,7 +491,8 @@ class ConfigureSandbox(dict):
|
||
|
if self._help:
|
||
|
self._logger.warning(msg)
|
||
|
else:
|
||
|
- raise InvalidOptionError(msg)
|
||
|
+ #raise InvalidOptionError(msg)
|
||
|
+ pass
|
||
|
|
||
|
# Run the execution queue
|
||
|
for func, args in self._execution_queue:
|