Skip to content

Commit

Permalink
Merge pull request ACS-Community#34 in ALMA/almasw from ICT-10660-mak…
Browse files Browse the repository at this point in the history
…e-the-__importcomponentstubs to master

ICT-10660: Merging to master because verification was successful.

* commit 'd412de1a20f5b8256c8dd763771c63cb8d191129':
  commited on the wrong branch
  added dared from svn branch ICT-10193-TEMP revision 250277
  Make the __importComponentStubs call more efficient
  • Loading branch information
tstaig committed Oct 23, 2017
2 parents f1f582d + 56f7365 commit dc77889
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 dc77889

Please sign in to comment.