From affbee5e6d335c067c46891ab11ee6dc2fefaefa Mon Sep 17 00:00:00 2001
From: asetGem <amandine.perrin@pasteur.fr>
Date: Fri, 5 Mar 2021 09:58:18 +0100
Subject: [PATCH] more precise docstring

---
 PanACoTA/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PanACoTA/utils.py b/PanACoTA/utils.py
index ce42e3c9..87db17ae 100755
--- a/PanACoTA/utils.py
+++ b/PanACoTA/utils.py
@@ -625,7 +625,7 @@ def sort_proteins(x):
     except (IndexError, ValueError):
         logger = logging.getLogger("utils")
         logger.error(("ERROR: Protein {} does not have the required format. "
-                      "It must contain, at least <alpha-num>_<num_only>, and at best "
+                      "It must contain, at least <alpha-num_only>_<num_only>, and at best "
                       "<name>.<date>.<strain_num>.<contig_info>_<prot_num>. "
                       "Please change its name.").format(x))
         sys.exit(1)
-- 
GitLab