From 9a322d712e785caca819472f2e363ebf26b40529 Mon Sep 17 00:00:00 2001 From: Max Lin Date: Mon, 13 Feb 2017 17:53:09 +0800 Subject: [PATCH] adi: Do not update status comment per request but project --- osclib/adi_command.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/osclib/adi_command.py b/osclib/adi_command.py index ea9723f7..08303f70 100644 --- a/osclib/adi_command.py +++ b/osclib/adi_command.py @@ -89,9 +89,11 @@ class AdiCommand: if not self.api.rq_to_prj(request_id, name): return False + print(line + ' (staged in {})'.format(name)) + + if name: # Notify everybody about the changes. self.api.update_status_comments(name, 'select') - print(line + ' (staged in {})'.format(name)) def perform(self, packages, move=False, by_dp=False, split=False): """