flake8: apply E502 rule

This commit is contained in:
Yuming Zhu 2020-02-26 04:08:51 +08:00
parent 1416630e42
commit 6dd77e0fa4
16 changed files with 111 additions and 111 deletions

View file

@ -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