flake8 fix

This commit is contained in:
Tomas Kopecek 2024-09-17 18:13:56 +02:00 committed by Mike McLean
parent 5a46df53e2
commit 4845ce3a92

View file

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