From ced7c4ad08456544e9807907d21683f3ceeff0dc Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 03 八月 2023 14:29:11 +0800 Subject: [PATCH] 1 --- ExportMap/cs/ExportUtil.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ExportMap/cs/ExportUtil.cs b/ExportMap/cs/ExportUtil.cs index 6b251d3..00c7851 100644 --- a/ExportMap/cs/ExportUtil.cs +++ b/ExportMap/cs/ExportUtil.cs @@ -142,7 +142,7 @@ CreateTemplate(args); string cmd = string.Format("python \"{0}\" -qgz {1} -qpt {2}", PyFile, qgz, args.qpt); - err = Tools.ExecCmd(cmd, true, true); + err = Tools.ExecCmd(null, cmd, true, true); string qptFile = Path.Combine(SourcesPath, args.qpt); if (File.Exists(qptFile)) File.Delete(qptFile); -- Gitblit v1.9.3