From 51115ac4a3810aa7f9c6b0e005c8fe213696c20d Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Thu, 14 Aug 2014 16:50:16 +0200 Subject: [PATCH] tell about accepting other requests --- osclib/accept_command.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osclib/accept_command.py b/osclib/accept_command.py index e6a46a72..ac2b3342 100644 --- a/osclib/accept_command.py +++ b/osclib/accept_command.py @@ -68,6 +68,7 @@ class AcceptCommand(object): def accept_other_new(self): changed = False for req in self.find_new_requests('openSUSE:{}'.format(self.api.opensuse)): + print "accepting request %s"%str(req) change_request_state(self.api.apiurl, str(req), 'accepted', message='Accept to factory') changed = True