]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/Tools/PatchFv.py
IntelFsp2Pkg/Tools: Fix a typo issue
[mirror_edk2.git] / IntelFsp2Pkg / Tools / PatchFv.py
index edb30c816b7b2be52eae6fdbd76b8cf6cb113403..0c8d908063154babdee8d5575a5443a8f71a63f8 100644 (file)
@@ -163,7 +163,7 @@ class Symbols:
         # If the fvDir is not a directory, then raise an exception\r
         #\r
         if not os.path.isdir(fvDir):\r
-            raise Exception ("'%s' is not a valid directory!" % FvDir)\r
+            raise Exception ("'%s' is not a valid directory!" % fvDir)\r
 \r
         #\r
         # If the Guid.xref is not existing in fvDir, then raise an exception\r