]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/Misc.py
BaseTools: use existing shared variable
[mirror_edk2.git] / BaseTools / Source / Python / Common / Misc.py
index 23c1a4a0b236ec9e9068499e451045de18def852..5ffd8cd0223dbeb12f8f0428153de5509da0ea00 100644 (file)
@@ -1922,7 +1922,7 @@ class DefaultStore():
             return (str(minvalue), self.DefaultStores[str(minvalue)])\r
     def GetMin(self,DefaultSIdList):\r
         if not DefaultSIdList:\r
-            return "STANDARD"\r
+            return TAB_DEFAULT_STORES_DEFAULT\r
         storeidset = {storeid for storeid, storename in self.DefaultStores.values() if storename in DefaultSIdList}\r
         if not storeidset:\r
             return ""\r