]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/UPT.py
BaseTools: Adjust the spaces around commas and colons
[mirror_edk2.git] / BaseTools / Source / Python / UPT / UPT.py
index 0e425828cdfe4cfefa63310bd4363aa3c9b65b85..772974199f1f17f9ce0043932998c37498f6daf2 100644 (file)
@@ -314,7 +314,7 @@ def Main():
         GlobalData.gDB.CloseDb()\r
 \r
         if pf.system() == 'Windows':\r
-            os.system('subst %s /D' % GlobalData.gWORKSPACE.replace('\\',''))\r
+            os.system('subst %s /D' % GlobalData.gWORKSPACE.replace('\\', ''))\r
 \r
     return ReturnCode\r
 \r