Show package also in adi command

This commit is contained in:
Max Lin 2016-04-11 13:53:23 +08:00
parent f209d8d83f
commit 85674b31c5

View File

@ -32,7 +32,7 @@ class AdiCommand:
return
print project, "is ready"
for req in info['selected_requests']:
print req['id']
print "%s [%s]"%(req['package'], req['id'])
self.api.rm_from_prj(project, request_id=req['id'], msg='ready to accept')
delete_project(self.api.apiurl, project)