From 9d9f97954c5eef9ee909eda39f082e0f19247111 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 21 三月 2023 14:14:29 +0800 Subject: [PATCH] 1 --- ExportMap/cs/ExportUtil.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExportMap/cs/ExportUtil.cs b/ExportMap/cs/ExportUtil.cs index d7534a2..8a1813c 100644 --- a/ExportMap/cs/ExportUtil.cs +++ b/ExportMap/cs/ExportUtil.cs @@ -31,7 +31,7 @@ { if (string.IsNullOrEmpty(sourcesPath)) { - sourcesPath = Path.Combine(Tool.BaseDir, "Sources"); + sourcesPath = Path.Combine(Tools.BaseDir, "Sources"); } return sourcesPath; @@ -142,7 +142,7 @@ CreateTemplate(args); string cmd = string.Format("python \"{0}\" -qgz {1} -qpt {2}", PyFile, qgz, args.qpt); - err = Tool.ExecCmd(cmd, true); + err = Tools.ExecCmd(cmd, true); string qptFile = Path.Combine(SourcesPath, args.qpt); if (File.Exists(qptFile)) File.Delete(qptFile); -- Gitblit v1.9.3