Merge pull request #790 from jberry-suse/supersede-ignore-fix

stagingapi: correct supersede call to IgnoreCommand.
This commit is contained in:
Jimmy Berry 2017-04-06 16:49:58 -05:00 committed by GitHub
commit 70ab4594ab

View File

@ -509,7 +509,7 @@ class StagingAPI(object):
by_group=self.cstaging_group, message=message)
else:
# Ingore the new request pending manual review.
IgnoreCommand(self).perform(request_id, message)
IgnoreCommand(self).perform([str(request_id)], message)
return None