Changeset 5230 for lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/storeManager.py
- Timestamp:
- Jun 20, 2017, 2:07:40 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/storeManager.py
r5218 r5230 30 30 self.loadBundles=False 31 31 self.dbg=0 32 if args[0]==1: 33 self.loadBundles=True 34 if args[1]==1: 35 self.dbg=args 32 if args: 33 if args[0]==1: 34 self.loadBundles=True 35 if args[1]==1: 36 self.dbg=args 36 37 self.threads={} #Dict that stores the functions that must execute each action 37 38 self.threadsProgress={} #"" "" "" the progress for each launched thread
Note: See TracChangeset
for help on using the changeset viewer.