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

@ -412,7 +412,7 @@ class SCM(object):
_count[0] += 1
if log_output(session, cmd[0], cmd, logfile, uploadpath,
cwd=chdir, logerror=1, append=append, env=env):
raise koji.BuildError('Error running %s command "%s", see %s for details' % \
raise koji.BuildError('Error running %s command "%s", see %s for details' %
(self.scmtype, ' '.join(cmd), os.path.basename(logfile)))
if self.scmtype == 'CVS':