Skip to content

Commit 314fbaf

Browse files
committed
Fix lint error
1 parent ab81955 commit 314fbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gyp/pylib/gyp/xcodeproj_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2769,7 +2769,7 @@ def __init__(self, properties=None, id=None, parent=None, path=None):
27692769
self.path = path
27702770
self._other_pbxprojects = {}
27712771
# super
2772-
return XCContainerPortal.__init__(self, properties, id, parent)
2772+
XCContainerPortal.__init__(self, properties, id, parent)
27732773

27742774
def Name(self):
27752775
name = self.path

0 commit comments

Comments
 (0)