Skip to content

Commit 461f7d0

Browse files
authored
Fix typo in reset func in productpipeline_list_builder.py (#82777)
`pipelinst_list` -> `pipeline_list` There are no other uses of `pipelinst_list`, so it's clearly a typo when trying to refer to `pipeline_list`
1 parent 6fe7732 commit 461f7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/productpipeline_list_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def reset(self):
9191
self.current_count = 0
9292
self.current_pipeline = None
9393
self.is_current_pipeline_impl = False
94-
self.pipelinst_list = []
94+
self.pipeline_list = []
9595

9696
def add_product(self, product_cls, is_enabled):
9797
"""Add a non-impl product to the current pipeline begin constructed"""

0 commit comments

Comments
 (0)