]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Core/DependencyRules.py
BaseTools: Adjust the spaces around commas and colons
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Core / DependencyRules.py
index 34f56e7bb487b9e719f0a303c7af7e4ea89f0dc1..406a8a7e92de100a1fc9ca7f53c4fdd4e8c3d19a 100644 (file)
@@ -285,8 +285,8 @@ class DependencyRules(object):
                 pass\r
             DecPath = dirname(DecFile)\r
             if DecPath.find(WorkSP) > -1:\r
                 pass\r
             DecPath = dirname(DecFile)\r
             if DecPath.find(WorkSP) > -1:\r
-                InstallPath = GetRelativePath(DecPath,WorkSP)\r
-                DecFileRelaPath = GetRelativePath(DecFile,WorkSP)\r
+                InstallPath = GetRelativePath(DecPath, WorkSP)\r
+                DecFileRelaPath = GetRelativePath(DecFile, WorkSP)\r
             else:\r
                 InstallPath = DecPath\r
                 DecFileRelaPath = DecFile\r
             else:\r
                 InstallPath = DecPath\r
                 DecFileRelaPath = DecFile\r
@@ -348,8 +348,8 @@ class DependencyRules(object):
                 pass\r
             DecPath = dirname(DecFile)\r
             if DecPath.find(WorkSP) > -1:\r
                 pass\r
             DecPath = dirname(DecFile)\r
             if DecPath.find(WorkSP) > -1:\r
-                InstallPath = GetRelativePath(DecPath,WorkSP)\r
-                DecFileRelaPath = GetRelativePath(DecFile,WorkSP)\r
+                InstallPath = GetRelativePath(DecPath, WorkSP)\r
+                DecFileRelaPath = GetRelativePath(DecFile, WorkSP)\r
             else:\r
                 InstallPath = DecPath\r
                 DecFileRelaPath = DecFile\r
             else:\r
                 InstallPath = DecPath\r
                 DecFileRelaPath = DecFile\r