flake8: apply E502 rule
This commit is contained in:
parent
1416630e42
commit
6dd77e0fa4
16 changed files with 111 additions and 111 deletions
|
|
@ -1105,7 +1105,7 @@ def tagparent(environ, tagID, parentID, action):
|
|||
if datum['priority'] > maxPriority:
|
||||
maxPriority = datum['priority']
|
||||
values['maxPriority'] = maxPriority
|
||||
inheritanceData = [datum for datum in inheritanceData \
|
||||
inheritanceData = [datum for datum in inheritanceData
|
||||
if datum['parent_id'] == parent['id']]
|
||||
if len(inheritanceData) == 0:
|
||||
values['inheritanceData'] = None
|
||||
|
|
@ -1775,7 +1775,7 @@ def rpmlist(environ, type, buildrootID=None, imageID=None, start=None, order='nv
|
|||
# If/When future image types are supported, add elifs here if needed.
|
||||
if type == 'image':
|
||||
kojiweb.util.paginateMethod(server, values, 'listRPMs',
|
||||
kw={'imageID': imageID}, \
|
||||
kw={'imageID': imageID},
|
||||
start=start, dataName='rpms',
|
||||
prefix='rpm', order=order)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue