From 37de84101843468f831b088994f2f04afaad4db0 Mon Sep 17 00:00:00 2001 From: "weiye.wang" Date: Fri, 9 Feb 2024 18:15:05 +0800 Subject: [PATCH] =?UTF-8?q?database=5Ftools=E4=B8=AD=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E4=B8=80=E4=B8=AAprint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具v2/database_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/工具v2/database_tools.py b/工具v2/database_tools.py index 2488e056..405e534b 100644 --- a/工具v2/database_tools.py +++ b/工具v2/database_tools.py @@ -1420,7 +1420,7 @@ def RefineInterval(string): poslist = [(match.start(),match.end()) for match in matches] poslist.reverse() #从后往前逐一更改 for s,e in poslist: - print(s,e) + # print(s,e) rightdollar = newstring[e:].find("$")+e rightbracket = rightdollar+1 rb = newstring[rightbracket]