Merge #82 indentation fixs correcting dvd creation
This commit is contained in:
commit
31fe85038b
@ -175,8 +175,8 @@ class CreateisoPhase(PhaseBase):
|
|||||||
jigdo_cmd = " ".join([pipes.quote(i) for i in jigdo_cmd])
|
jigdo_cmd = " ".join([pipes.quote(i) for i in jigdo_cmd])
|
||||||
cmd["cmd"].append(jigdo_cmd)
|
cmd["cmd"].append(jigdo_cmd)
|
||||||
|
|
||||||
cmd["cmd"] = " && ".join(cmd["cmd"])
|
cmd["cmd"] = " && ".join(cmd["cmd"])
|
||||||
commands.append(cmd)
|
commands.append(cmd)
|
||||||
|
|
||||||
self.compose.notifier.send('createiso-targets', deliverables=deliverables)
|
self.compose.notifier.send('createiso-targets', deliverables=deliverables)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user