From edcf8ffa69319cd5cb038124bd3878f254f97056 Mon Sep 17 00:00:00 2001 From: Vishal Oliyil Kunnil Date: Fri, 22 May 2026 14:14:25 -0700 Subject: 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 --- BaseTools/Source/Python/UPT/Logger/StringTable.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'BaseTools/Source/Python/UPT/Logger/StringTable.py') diff --git a/BaseTools/Source/Python/UPT/Logger/StringTable.py b/BaseTools/Source/Python/UPT/Logger/StringTable.py index 90392affa7..7639460831 100644 --- a/BaseTools/Source/Python/UPT/Logger/StringTable.py +++ b/BaseTools/Source/Python/UPT/Logger/StringTable.py @@ -316,10 +316,6 @@ MSG_NEW_FILE_NAME_FOR_DIST = _( "Provide new filename for distribution file to be saved:\n") MSG_UPDATE_PACKAGE_DATABASE = _("Update Distribution Package Database ...") MSG_PYTHON_ON = _("(Python %s on %s) ") -MSG_EDKII_MAIL_ADDR = 'devel@edk2.groups.io' -MSG_SEARCH_FOR_HELP = _( - "\n(Please send email to %s for\n" - " help, attach the following call stack trace.)\n") MSG_REMOVE_TEMP_FILE_STARTED = _("Removing temp files started ... ") MSG_REMOVE_TEMP_FILE_DONE = _("Removing temp files ... Done.") MSG_FINISH = _("Successfully Done.") -- cgit v1.2.3