Merge pull request #1778 from coolo/fix_untracked_in_adi
adi: Fix format for untracked requests
This commit is contained in:
commit
3aae284ff2
@ -35,7 +35,7 @@ class AdiCommand:
|
|||||||
return
|
return
|
||||||
if len(info['untracked_requests']):
|
if len(info['untracked_requests']):
|
||||||
print(query_project + " " + Fore.YELLOW + 'untracked: ' + ', '.join(['{}[{}]'.format(
|
print(query_project + " " + Fore.YELLOW + 'untracked: ' + ', '.join(['{}[{}]'.format(
|
||||||
Fore.CYAN + req['package'] + Fore.RESET + " " + req['number']) for req in info['untracked_requests']]))
|
Fore.CYAN + req['package'] + Fore.RESET, req['number']) for req in info['untracked_requests']]))
|
||||||
return
|
return
|
||||||
if len(info['obsolete_requests']):
|
if len(info['obsolete_requests']):
|
||||||
print(query_project + " " + Fore.YELLOW + 'obsolete: ' + ', '.join(['{}[{}]'.format(
|
print(query_project + " " + Fore.YELLOW + 'obsolete: ' + ', '.join(['{}[{}]'.format(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user