fix a small typo
This commit is contained in:
parent
910051e783
commit
d8baff3b63
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue