createiso: Remove useless method

We call the parent, call a method without side effects and return...

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2018-05-11 10:50:44 +02:00
parent 48d0f2f643
commit 057751381a
1 changed files with 0 additions and 5 deletions

View File

@ -160,11 +160,6 @@ class CreateisoPhase(PhaseLoggerMixin, PhaseBase):
self.pool.start()
def stop(self, *args, **kwargs):
PhaseBase.stop(self, *args, **kwargs)
if self.skip():
return
class CreateIsoThread(WorkerThread):
def fail(self, compose, cmd, variant, arch):