:ERROR 0505:.
The operating system {:s} is not supported yet. No automatic installer found.
:ERROR 0505:.
The operating system {:s} is not supported yet. No automatic installer found.
def __init__(self, error_msg):
super(sppasSystemOSError, self).__init__(error_msg)
self._status = 505
self.parameter = error(self._status) + error(self._status, 'globals').format(error=error_msg)