Skip to content

Commit

Permalink
Make the __importComponentStubs call more efficient
Browse files Browse the repository at this point in the history
  • Loading branch information
scornejob committed Oct 6, 2017
1 parent 1717d86 commit 56f7365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def __importComponentStubs(self,

if (comp_name is not None) and (comp_type is None):
#Get a list of all components
components = self.availableComponents()
components = self.availableComponents(comp_name)

#search each Component
for component in components:
Expand Down

0 comments on commit 56f7365

Please sign in to comment.