]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Library/ParserValidate.py
Sync BaseTool trunk (version r2474) into EDKII BaseTools.
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Library / ParserValidate.py
index 8efb56a61ab1c4aa939a398a87a8b79196f8b6f2..860fb4f1dcdfa3fa797809d729557be7b40d80d9 100644 (file)
@@ -286,7 +286,7 @@ def IsValidInstallPath(Path):
         if os.path.isabs(Path):\r
             return False\r
     else:\r
-        if Path[1:2] == ':' or Path.find('\\') >=0:\r
+        if Path[1:2] == ':':\r
             return False\r
         if os.path.isabs(Path):\r
             return False\r