summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/GenFds/FdfParser.py
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/Python/GenFds/FdfParser.py')
-rw-r--r--BaseTools/Source/Python/GenFds/FdfParser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/GenFds/FdfParser.py b/BaseTools/Source/Python/GenFds/FdfParser.py
index 223b453e7e..8a9296c49d 100644
--- a/BaseTools/Source/Python/GenFds/FdfParser.py
+++ b/BaseTools/Source/Python/GenFds/FdfParser.py
@@ -1135,7 +1135,7 @@ class FdfParser:
@staticmethod
def __Verify(Name, Value, Scope):
# value verification only applies to numeric values.
- if scope not in TAB_PCD_NUMERIC_TYPES:
+ if Scope not in TAB_PCD_NUMERIC_TYPES:
return
ValueNumber = 0