From 82efd3e98219e31a42277b5c148c37e1ed161c67 Mon Sep 17 00:00:00 2001 From: Pablo Orviz Date: Thu, 17 Oct 2024 16:23:29 +0200 Subject: [PATCH] Fix with str vars --- plugins/epos/plugin.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/plugins/epos/plugin.py b/plugins/epos/plugin.py index a4a4733..22c6160 100644 --- a/plugins/epos/plugin.py +++ b/plugins/epos/plugin.py @@ -1074,9 +1074,7 @@ def rda_a1_2_01d(self): Message with the results or recommendations to improve this indicator """ points = 0 - msg = _( - "At the time, EPOS does not provide authentication or authorisation protocols" - ) + msg = "At the time, EPOS does not provide authentication or authorisation protocols" if self.metadata_authentication: points = 100 msg = "The authentication is given by: " + str( @@ -1100,9 +1098,7 @@ def rda_a2_01m(self, return_protocol=False, **kwargs): Message with the results or recommendations to improve this indicator """ points = 50 - msg = _( - "Preservation policy depends on the authority where this Digital Object is stored" - ) + msg = "Preservation policy depends on the authority where this Digital Object is stored" if self.metadata_persistence: if ut.check_link(self.metadata_persistence[0]):