From 107b793ceb25ee8534784094c99adc787d5ec90d Mon Sep 17 00:00:00 2001 From: xiao-hesheng Date: Wed, 10 Jul 2024 18:18:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B5=81=E7=A8=8B=E5=8D=81?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E9=AA=8C=E8=AF=81=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main1/main_text.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main1/main_text.py b/main1/main_text.py index 2bd1c527..592d5cb5 100644 --- a/main1/main_text.py +++ b/main1/main_text.py @@ -25,8 +25,8 @@ from common.db.sql.sql_del_branch_info import delData # sys.path.append(rootPath) # 将项目的根目录路径添加到环境变量中,然后在cmd命令行中就可以正常运行脚本 # print('rootPath',rootPath) -sys.path.append(os.path.join(rootPath,'common')) -print(sys.path) +# sys.path.append(os.path.join(rootPath,'common')) +# print(sys.path) import tkinter as tk from tkinter import * import tkinter.messagebox -- GitLab