SPPAS 4.20

Module sppas.config

Class sppasEnableFeatureError

Description

:ERROR 0520:.

Feature {name} is not enabled; its installation should be processed

first.

Constructor

View Source
def __init__(self, name):
    super(sppasEnableFeatureError, self).__init__('')
    self._status = 520
    self.parameter = error(self._status) + error(self._status, 'globals').format(name=name)