From 7ad0bb5e06dc31b7ec036eff52ad8a7f2b3ad896 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 9 Nov 2018 08:28:35 +0100 Subject: [PATCH] adi: Fix format for untracked requests Fixes #1776 --- osclib/adi_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osclib/adi_command.py b/osclib/adi_command.py index ab50217a..298c9553 100644 --- a/osclib/adi_command.py +++ b/osclib/adi_command.py @@ -35,7 +35,7 @@ class AdiCommand: return if len(info['untracked_requests']): 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 if len(info['obsolete_requests']): print(query_project + " " + Fore.YELLOW + 'obsolete: ' + ', '.join(['{}[{}]'.format(