From 74048cb4599523fd1ab4c6e682999ad8287614f9 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Mon, 1 May 2023 11:18:48 -0700 Subject: [PATCH] Revert "Fix lint error" This reverts commit 314fbaf02d5c16cb3a11df3bf127908b572aaaaa. --- gyp/pylib/gyp/xcodeproj_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gyp/pylib/gyp/xcodeproj_file.py b/gyp/pylib/gyp/xcodeproj_file.py index fe7c3dfc30..bd56856a3e 100644 --- a/gyp/pylib/gyp/xcodeproj_file.py +++ b/gyp/pylib/gyp/xcodeproj_file.py @@ -2769,7 +2769,7 @@ def __init__(self, properties=None, id=None, parent=None, path=None): self.path = path self._other_pbxprojects = {} # super - XCContainerPortal.__init__(self, properties, id, parent) + return XCContainerPortal.__init__(self, properties, id, parent) def Name(self): name = self.path