]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Workspace/DscBuildData.py
BaseTools: Remove the old python "not-equal" in DscBuildData.py
[mirror_edk2.git] / BaseTools / Source / Python / Workspace / DscBuildData.py
index 06732e6fade40845c51100bb738c899b8c05d4d3..5cc814185eb9ef7088ad3d65ef19c36b4d4facd3 100644 (file)
@@ -2108,7 +2108,7 @@ class DscBuildData(PlatformBuildClassObject):
             Messages = StdErr\r
         Messages = Messages.split('\n')\r
         MessageGroup = []\r
-        if returncode <>0:\r
+        if returncode != 0:\r
             CAppBaseFileName = os.path.join(self.OutputPath, PcdValueInitName)\r
             File = open (CAppBaseFileName + '.c', 'r')\r
             FileData = File.readlines()\r