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