fix a small typo

This commit is contained in:
Mike McLean 2015-11-12 14:48:07 -05:00
parent 910051e783
commit d8baff3b63

View file

@ -3368,7 +3368,7 @@ def get_next_release(build_info):
def _fix_rpm_row(row):
if 'size'in row:
if 'size' in row:
row['size'] = koji.encode_int(row['size'])
if 'extra' in row:
row['extra'] = parse_json(row['extra'], desc='rpm extra')