list all deletereq request as in-ring
This commit is contained in:
parent
3cf6c7c55f
commit
dc5e797df1
@ -44,6 +44,13 @@ class ListCommand:
|
||||
else:
|
||||
ring = self.api.project
|
||||
|
||||
# list all deletereq as in-ring
|
||||
if action.get('type') == 'delete':
|
||||
if ring:
|
||||
ring = ring + " (delete request)"
|
||||
else:
|
||||
ring = '{} is non-ring package (delete request)'.format(target_package)
|
||||
|
||||
# This condition is quite moot as we dispatched stuff
|
||||
# above anyway
|
||||
if ring:
|
||||
|
Loading…
x
Reference in New Issue
Block a user