diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-19 06:55:07 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-03-19 06:55:07 +0000 |
commit | f3decdc362d74c06b6b5028b09eecbaf8db23c12 (patch) | |
tree | 9dc0d602eab9291311aea865b9fab7050b555270 /BaseTools/Source/Python/GenFds | |
parent | aa91de055c5e15a716f3a0ce6bf5a1c28fda9e56 (diff) | |
download | edk2-f3decdc362d74c06b6b5028b09eecbaf8db23c12.tar.gz edk2-f3decdc362d74c06b6b5028b09eecbaf8db23c12.tar.bz2 edk2-f3decdc362d74c06b6b5028b09eecbaf8db23c12.zip |
Sync EDKII BaseTools to BaseTools project r1937.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10287 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Source/Python/GenFds')
-rw-r--r-- | BaseTools/Source/Python/GenFds/GenFds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/GenFds/GenFds.py b/BaseTools/Source/Python/GenFds/GenFds.py index d586346168..5e9a02299c 100644 --- a/BaseTools/Source/Python/GenFds/GenFds.py +++ b/BaseTools/Source/Python/GenFds/GenFds.py @@ -263,7 +263,7 @@ def main(): "\nPython", CODE_ERROR, "Tools code failure", - ExtraData="Please submit bug report in www.TianoCore.org, attaching following call stack trace!\n", + ExtraData="Please send email to edk2-buildtools-devel@lists.sourceforge.net for help, attaching following call stack trace!\n", RaiseError=False ) EdkLogger.quiet(traceback.format_exc()) |