Another KeyError fix, this time for change_devel request

This commit is contained in:
Tomáš Chvátal 2013-09-13 11:51:16 +02:00
parent 06a93c14c4
commit d6b1037ddb

View File

@ -358,7 +358,7 @@ def _group_list_requests(self, grid, opts):
# relevant info for printing
package = str(root.find('action').find('target').attrib['package'])
if root.find('action').attrib['type'] == "delete":
if root.find('action').attrib['type'] == "delete" or root.find('action').attrib['type'] == 'change_devel':
project = "openSUSE:Factory"
revision = "0"
else: