diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:54:05 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:54:05 +0000 |
commit | 5d305f47aef33a8e6b6a6644c4e1d3da47036f22 (patch) | |
tree | 5b8ab8b1b4bdabaee83c0a3791f23f1fd4ca81d8 /init_patch.patch | |
parent | 22b82d0c06f11e2afd32d5b3db2bee1f255190be (diff) |
automatic import of gjsopeneuler24.03_LTS
Diffstat (limited to 'init_patch.patch')
-rw-r--r-- | init_patch.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/init_patch.patch b/init_patch.patch new file mode 100644 index 0000000..70c34df --- /dev/null +++ b/init_patch.patch @@ -0,0 +1,12 @@ +--- 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: |