]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Common/LongFilePathOs.py
BaseTools: cleanup class heirarchy
[mirror_edk2.git] / BaseTools / Source / Python / Common / LongFilePathOs.py
index 66d93d25f329f6e961072eb441d3120c1a44d64f..2e530f9dd77487f8a98ce470ad5ba32cc6c7e2b5 100644 (file)
@@ -48,8 +48,8 @@ def chmod(path, mode):
 def stat(path):\r
     return os.stat(LongFilePath(path))\r
 \r
-def utime(path):\r
-    return os.utime(LongFilePath(path), None)\r
+def utime(path, times):\r
+    return os.utime(LongFilePath(path), times)\r
 \r
 def listdir(path):\r
     List = []\r