From f68b586206053eaff89ef63d4d767573c0c21699 Mon Sep 17 00:00:00 2001 From: Manuel Reul Date: Mon, 30 Oct 2023 21:11:34 +0000 Subject: [PATCH] Update file init_test.py --- testserver_o2b/models/init_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testserver_o2b/models/init_test.py b/testserver_o2b/models/init_test.py index 3b1b110..5baf5a5 100644 --- a/testserver_o2b/models/init_test.py +++ b/testserver_o2b/models/init_test.py @@ -58,5 +58,4 @@ class IrLogging(models.Model): p = subprocess.Popen('/odoo/custom/open2bizz/testserver/testserver.sh',stdout=subprocess.PIPE,stderr=subprocess.PIPE) results, errors = p.communicate() - print( results) - re.search('<(\d+)>', results).group(1) \ No newline at end of file + print( results) \ No newline at end of file