zypper: fix for checking result is None (#3143)

pull/18777/head
Alex 8 years ago committed by Matt Clay
parent 1948bcb9e7
commit 88e940a3e1

@ -267,6 +267,7 @@ def get_cmd(m, subcommand):
def set_diff(m, retvals, result):
# TODO: if there is only one package, set before/after to version numbers
packages = {'installed': [], 'removed': [], 'upgraded': []}
if result:
for p in result:
group = result[p]['group']
if group == 'to-upgrade':

Loading…
Cancel
Save