list: color source_project.
This commit is contained in:
parent
22ec112225
commit
9ae63cff62
@ -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)'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user