]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Core/IpiDb.py
BaseTools: Adjust the spaces around commas and colons
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Core / IpiDb.py
index 97ad47a58dbb00307af03e275958d5a412e527e1..3bce33748198362f36abe08f833e017bac8a770b 100644 (file)
@@ -459,7 +459,7 @@ class IpiDatabase(object):
             (select InstallPath from ModInPkgInfo where \r
             ModInPkgInfo.PackageGuid ='%s' \r
             and ModInPkgInfo.PackageVersion = '%s')""" \\r
-                            % (Pkg[0], Pkg[1], Pkg[0], Pkg[1], Pkg[0], Pkg[1],Pkg[0], Pkg[1])\r
+                            % (Pkg[0], Pkg[1], Pkg[0], Pkg[1], Pkg[0], Pkg[1], Pkg[0], Pkg[1])\r
             \r
             self.Cur.execute(SqlCommand)\r
         #\r
@@ -921,7 +921,7 @@ class IpiDatabase(object):
     def __ConvertToSqlString(self, StringList):\r
         if self.DpTable:\r
             pass\r
-        return map(lambda s: s.replace("'", "''") , StringList)\r
+        return map(lambda s: s.replace("'", "''"), StringList)\r
 \r
 \r
 \r