diff --git a/esap_client/connectors/rucio.py b/esap_client/connectors/rucio.py index 1b24e19b9b71c67d9806ad70a9a0c45e06a6bc07..adfeaed0e924a562ec3201e27aefc85a49eea494 100644 --- a/esap_client/connectors/rucio.py +++ b/esap_client/connectors/rucio.py @@ -23,7 +23,7 @@ else: running_in_dlaas = True -class NotInDLaaSError(RuntimeError):ยง +class NotInDLaaSError(RuntimeError): """Exception raised when functions are executed outside the Data Lake as a Service environment. Inherits from RuntimeError.