_emerge.UninstallFailure module

exception _emerge.UninstallFailure.UninstallFailure(*pargs)

Bases: portage.exception.PortageException

An instance of this class is raised by unmerge() when an uninstallation fails.

args
status = 1
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.