fix flake8
This commit is contained in:
parent
facfdb0d16
commit
bf23bf904e
1 changed files with 3 additions and 1 deletions
|
|
@ -346,7 +346,9 @@ class KiwiCreateImageTask(BaseBuildTask):
|
|||
|
||||
if opts.get('make_prep'):
|
||||
cmd = ['make', 'prep']
|
||||
rv = broot.mock(['--cwd', os.path.join(broot.tmpdir(within=True), os.path.basename(scmsrcdir), desc_path), '--chroot', '--'] + cmd)
|
||||
rv = broot.mock(['--cwd', os.path.join(broot.tmpdir(within=True),
|
||||
os.path.basename(scmsrcdir), desc_path),
|
||||
'--chroot', '--'] + cmd)
|
||||
if rv:
|
||||
raise koji.GenericError("Preparation step failed")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue