diff --git a/pym/cl_builder.py b/pym/cl_builder.py index c3fccd7..e49a795 100644 --- a/pym/cl_builder.py +++ b/pym/cl_builder.py @@ -220,7 +220,7 @@ class cl_builder(color_print): self.printMessageForTest(_("Unmounting %s")%(target[len(mp):])) umountProcess = process("umount",target) if umountProcess.failed(): - raise AssembleError(_("Can not umount %s")%target) + raise BuilderError(_("Can not umount %s")%target) self.printByResult(True) distrPath = distr.convertToDirectory().getDirectory() self.cleanNeedlessKernelData(distrPath)