Changeset 3835 for lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/searchManager.py
- Timestamp:
- Mar 8, 2017, 1:48:18 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/searchManager.py
r3827 r3835 75 75 self._set_status(0) 76 76 else: 77 applist=self._get_app_by_pkgname(tokens )77 applist=self._get_app_by_pkgname(tokens,applist) 78 78 if len(applist): 79 79 self._set_status(0) … … 172 172 return(applist) 173 173 174 def _get_app_by_pkgname(self,tokens): 175 applist=[] 174 def _getapp_by_pkgname(self,tokens,applist=[]): 176 175 apps_in_store=self.store.get_apps() 177 176 if apps_in_store:
Note: See TracChangeset
for help on using the changeset viewer.