From 7e52f7c8182689df70b283836c4de4123c0a5597 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 14 三月 2023 15:42:35 +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 70a49cf..d8a6bac 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 = Tool.ExecPython(cmd);
+            err = Tool.ExecCmd(cmd, true);
 
             string qptFile = Path.Combine(SourcesPath, args.qpt);
             if (File.Exists(qptFile))

--
Gitblit v1.9.3