]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/GenFds/Section.py
BaseTools:change some incorrect parameter defaults
[mirror_edk2.git] / BaseTools / Source / Python / GenFds / Section.py
index b2389566349855b8bedb9f22d5dbfa99c9ba968d..2acb70f4129c9f203ea200187b6ce88d2bf717af 100644 (file)
@@ -92,7 +92,7 @@ class Section (SectionClassObject):
     #   @param  FfsInf      FfsInfStatement object that contains this section data\r
     #   @param  Dict        dictionary contains macro and its value\r
     #\r
-    def GenSection(self, OutputPath, GuidName, SecNum, keyStringList, FfsInf = None, Dict = {}):\r
+    def GenSection(self, OutputPath, GuidName, SecNum, keyStringList, FfsInf = None, Dict = None):\r
         pass\r
 \r
     ## GetFileList() method\r