From 8b14b35b192dc57eb01e091b7bf32af3b0e960b3 Mon Sep 17 00:00:00 2001 From: Michael Zimmermann Date: Sat, 14 May 2016 17:49:54 +0800 Subject: [PATCH] BaseTools: Fix comments about return value of 'LoadToolDefFile' Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Zimmermann Reviewed-by: Liming Gao --- BaseTools/Source/Python/Common/ToolDefClassObject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseTools/Source/Python/Common/ToolDefClassObject.py b/BaseTools/Source/Python/Common/ToolDefClassObject.py index 4d54027820..07e6696380 100644 --- a/BaseTools/Source/Python/Common/ToolDefClassObject.py +++ b/BaseTools/Source/Python/Common/ToolDefClassObject.py @@ -53,7 +53,7 @@ class ToolDefClassObject(object): ## LoadToolDefFile # - # Load target.txt file and parse it, return a set structure to store keys and values + # Load target.txt file and parse it # # @param Filename: Input value for full path of tools_def.txt # -- 2.39.2