diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:43:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:43:33 +0000 |
commit | 64581c907fb51e23bbddbc48dd3d0af8eab52d36 (patch) | |
tree | 5b8ab8b1b4bdabaee83c0a3791f23f1fd4ca81d8 /init_patch.patch | |
parent | 014a4f821f669161de39fcf5db8113c2e77799c9 (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: |