- Timestamp:
- Mar 7, 2017, 12:48:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/storeManager.py
r3824 r3825 188 188 if self.threadsRunning[action].is_alive(): 189 189 status=True 190 break 190 191 else: 191 192 if action in self.relatedActions.keys(): … … 196 197 break 197 198 self._debug(action+" running: "+str(status)) 198 else:199 if (threading.active_count()-1):200 status=True201 # self._debug("Running: "+str(threading.active_count()) + " threads")202 199 return(status) 203 200 #def is_action_running
Note: See TracChangeset
for help on using the changeset viewer.