Changeset 3843 for lliurex-store
- Timestamp:
- Mar 9, 2017, 9:49:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/lliurex-store-cli/usr/share/lliurex-store/lliurex-store-cli.py
r3678 r3843 27 27 processed=[] 28 28 print ("") 29 data=store.get_result(action) 30 print (data) 31 exit(0) 29 32 for action in results.keys(): 30 33 if action in actions and not actionList[action]: … … 108 111 if args.info: 109 112 actions.append('info') 110 parms['info']=args.info 113 parms['info']=args.info+",True" 114 print(str(type(parms['info']))) 111 115 if args.search: 112 116 actions.append('search') … … 128 132 start_time=time.time() 129 133 for action in actions: 130 #print(u"Launching: "+action)134 print(u"Launching: "+action) 131 135 store.execute_action(action,parms[action]) 132 136 actionList[action]=False
Note: See TracChangeset
for help on using the changeset viewer.