Change to ShowOne to display output upon update
Change-Id: I3b0c27257257eb3067d71b35aeee1d61c3bcc982
This commit is contained in:
@@ -335,7 +335,7 @@ class ShowTransferRequestCommand(show.ShowOne):
|
||||
return six.moves.zip(*sorted(six.iteritems(data)))
|
||||
|
||||
|
||||
class SetTransferRequestCommand(command.Command):
|
||||
class SetTransferRequestCommand(show.ShowOne):
|
||||
"""Set Transfer"""
|
||||
|
||||
def get_parser(self, prog_name):
|
||||
|
Reference in New Issue
Block a user