indentation fixs correcting dvd creation

getting the commands together to run the iso creation process was
incorrectly moved when jigdo creation was made optional, patch fixes
https://pagure.io/pungi/issue/77

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2015-12-02 13:00:06 -06:00
parent e9699b7327
commit 290f8f6540

View File

@ -175,8 +175,8 @@ class CreateisoPhase(PhaseBase):
jigdo_cmd = " ".join([pipes.quote(i) for i in jigdo_cmd])
cmd["cmd"].append(jigdo_cmd)
cmd["cmd"] = " && ".join(cmd["cmd"])
commands.append(cmd)
cmd["cmd"] = " && ".join(cmd["cmd"])
commands.append(cmd)
self.compose.notifier.send('createiso-targets', deliverables=deliverables)