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);