flake8: apply E502 rule
This commit is contained in:
parent
1416630e42
commit
6dd77e0fa4
16 changed files with 111 additions and 111 deletions
|
|
@ -281,7 +281,7 @@ class RunRootTask(koji.tasks.BaseTaskHandler):
|
|||
koji.ensuredir(mpoint)
|
||||
status = log_output(self.session, cmd[0], cmd, logfile, uploadpath, logerror=True, append=True)
|
||||
if not isSuccess(status):
|
||||
error = koji.GenericError("Unable to mount %s: %s" \
|
||||
error = koji.GenericError("Unable to mount %s: %s"
|
||||
% (mpoint, parseStatus(status, cmd)))
|
||||
break
|
||||
fslog.write("%s\n" % mpoint)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue