From 5866f29d0b1cbf9b7b9078ee8fc51fddb5c7701f Mon Sep 17 00:00:00 2001 From: rpietzsch Date: Thu, 5 Dec 2024 16:18:35 +0000 Subject: [PATCH] =?UTF-8?q?fix=20W291=20=F0=9F=A4=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmem_plugin_python/workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmem_plugin_python/workflow.py b/cmem_plugin_python/workflow.py index c5fcd0f..920bbed 100644 --- a/cmem_plugin_python/workflow.py +++ b/cmem_plugin_python/workflow.py @@ -173,7 +173,7 @@ setup_cmempy_user_access(context.user) ``` -This ensures that all {cmem} API requests, made with `cmempy` are authenticated using +This ensures that all {cmem} API requests, made with `cmempy` are authenticated using the current user session. """