flake8 fix
This commit is contained in:
parent
5a46df53e2
commit
4845ce3a92
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ class DudCreateImageTask(BaseBuildTask):
|
|||
rv = broot.mock(['--cwd', broot.tmpdir(within=True), '--chroot', '--'] + cmd)
|
||||
if rv:
|
||||
raise koji.GenericError("DUD build failed while getting the involved rpm '{}': {}"
|
||||
.format(rpm, str(rv)))
|
||||
.format(rpm, str(rv)))
|
||||
|
||||
# Create the dd directory structure.
|
||||
cmd = ['/usr/bin/mkdir']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue