Skip to content

Commit

Permalink
Revert "Fix lint error"
Browse files Browse the repository at this point in the history
This reverts commit 314fbaf.
  • Loading branch information
rzhao271 committed Oct 2, 2023
1 parent 63451d9 commit 74048cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gyp/pylib/gyp/xcodeproj_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74048cb

Please sign in to comment.