flake8: apply E502 rule
This commit is contained in:
parent
1416630e42
commit
6dd77e0fa4
16 changed files with 111 additions and 111 deletions
|
|
@ -1175,7 +1175,7 @@ class BuildTracker(object):
|
|||
build.updateState()
|
||||
ret = True
|
||||
if build.state != 'common':
|
||||
log("Task %i finished, but %s still missing" \
|
||||
log("Task %i finished, but %s still missing"
|
||||
% (build.task_id, build.nvr))
|
||||
return ret
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue