From c85ff1143b30f55514da35489bb0d4ba6bcdbb42 Mon Sep 17 00:00:00 2001 From: Yan Grange <12-grange@users.noreply.git.astron.nl> Date: Tue, 15 Nov 2022 17:30:35 +0000 Subject: [PATCH] Fix the typo I introduced in the last fix :) --- esap_client/connectors/rucio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esap_client/connectors/rucio.py b/esap_client/connectors/rucio.py index 1b24e19..adfeaed 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. -- GitLab