diff options
| author | Vishal Oliyil Kunnil <vishalo@qti.qualcomm.com> | 2026-05-23 00:14:25 +0300 |
|---|---|---|
| committer | Ard Biesheuvel <ardb@kernel.org> | 2026-08-28 13:04:05 +0300 |
| commit | edcf8ffa69319cd5cb038124bd3878f254f97056 (patch) | |
| tree | c6cef113b7e365df150d170a659dbc7fa87460f7 /BaseTools/Source/Python/build | |
| parent | 41e303f9d0634c542e781313d974da332b11598d (diff) | |
| download | edk2-edcf8ffa69319cd5cb038124bd3878f254f97056.tar.xz | |
BaseTools/Python: Remove error message with email address
Remove the "Please send email to devel@edk2.groups.io" message
from the unhandled exception handlers in build.py, GenFds.py,
Trim.py, and the UPT tools. Also remove the now-unused
MSG_EDKII_MAIL_ADDR and MSG_SEARCH_FOR_HELP constants from
Common/DataType.py and UPT/Logger/StringTable.py.
Signed-off-by: Vishal Oliyil Kunnil <vishalo@qti.qualcomm.com>
Diffstat (limited to 'BaseTools/Source/Python/build')
| -rwxr-xr-x | BaseTools/Source/Python/build/build.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/build/build.py b/BaseTools/Source/Python/build/build.py index 6b6b60e9bf..df591c3acf 100755 --- a/BaseTools/Source/Python/build/build.py +++ b/BaseTools/Source/Python/build/build.py @@ -2755,7 +2755,6 @@ def Main(): "\nbuild",
CODE_ERROR,
"Unknown fatal error when processing [%s]" % MetaFile,
- ExtraData="\n(Please send email to %s for help, attaching following call stack trace!)\n" % MSG_EDKII_MAIL_ADDR,
RaiseError=False
)
EdkLogger.quiet("(Python %s on %s) " % (platform.python_version(), sys.platform) + traceback.format_exc())
|
