SPPAS 4.20

Module sppas.config

Class sppasExtensionReadError

Description

:ERROR 0670:.

Files with extension '{:s}' are not supported for reading.

Constructor

View Source
def __init__(self, filename):
    super(sppasExtensionReadError, self).__init__('')
    self._status = 670
    self.parameter = error(self._status) + error(self._status, 'globals').format(filename)