From bf351680b37467e957e8d3218c24f78947d39409 Mon Sep 17 00:00:00 2001 From: dustin007442 Date: Thu, 22 May 2025 09:32:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=91=E5=B8=83=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E6=B7=BB=E5=8A=A0quecpython=E4=BA=8C?= =?UTF-8?q?=E7=BA=A7=E8=B7=AF=E5=BE=84=EF=BC=8C=E9=98=B2=E6=AD=A2=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E9=80=89=E7=9F=BF=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.py b/publish.py index 01cf386e..1637aff8 100644 --- a/publish.py +++ b/publish.py @@ -328,7 +328,7 @@ def add_bsp_selecter(file_path): def main(): - path = "out/doc/" + path = "out/doc/quecpython/" api_path_list = [] try: for i in os.listdir(path): -- Gitee