:ERROR 0520:.
Feature {name} is not enabled; its installation should be processed first.
:ERROR 0520:.
Feature {name} is not enabled; its installation should be processed first.
def __init__(self, name):
super(sppasEnableFeatureError, self).__init__('')
self._status = 520
self.parameter = error(self._status) + error(self._status, 'globals').format(name=name)