From 1fffc38b088c6f1b646036b36ca880abcd21d6c0 Mon Sep 17 00:00:00 2001 From: dborges Date: Fri, 21 Jul 2023 13:43:03 +0000 Subject: [PATCH] Modificar 'validation/error_logging/error_message.py' --- validation/error_logging/error_message.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/validation/error_logging/error_message.py b/validation/error_logging/error_message.py index 988caa4..7153770 100644 --- a/validation/error_logging/error_message.py +++ b/validation/error_logging/error_message.py @@ -509,19 +509,19 @@ class ErrorMessage(): Ontobiotope Error Codes """ - def CTR01(self): + def VRS01(self): return "The 'Version' columns is a mandatory field in the Version Sheet." - def CTR02(self): + def VRS02(self): return "The 'Version' columns is empty or has missing values." - def CTR03(self): + def VRS03(self): return "The 'Date' columns is a mandatory field in the Control Sheet." - def CTR04(self): + def VRS04(self): return "The 'Date' columns is empty or has missing values." - def CTR05(self): + def VRS05(self): return f"The version {self.value} is the only one to be used."