list: color source_project.

This commit is contained in:
Jimmy Berry 2017-04-28 10:18:39 -05:00
parent 22ec112225
commit 9ae63cff62

View File

@ -53,7 +53,7 @@ class ListCommand:
if is_factory and action.find('source') != None:
source_project = action.find('source').get('project')
source_project = self.project_strip(source_project)
line += ' ({})'.format(source_project)
line += ' ({})'.format(Fore.YELLOW + source_project + Fore.RESET)
if action.get('type') == 'delete':
line += Fore.RED + ' (delete request)'