Changeset 4332
- Timestamp:
- Apr 19, 2017, 3:13:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/lliurex-store-cli/usr/share/lliurex-store/lliurex-store-cli.py
r4328 r4332 84 84 print(color.DARKCYAN+package+color.END+": "+data['summary']+' ('+','.join(data['categories'])+')'+' ('+msg+')') 85 85 except Exception as e: 86 print(_(u'Error listing')+ ':' )+str(e))86 print(_(u'Error listing')+ ':'+str(e)) 87 87 pass 88 88 elif action=='install':
Note: See TracChangeset
for help on using the changeset viewer.