From bbd4727c8dede0438b65821180c805625733bba6 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 20 十二月 2022 13:51:40 +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 4b28d80..4a50d88 100644 --- a/ExportMap/cs/ExportUtil.cs +++ b/ExportMap/cs/ExportUtil.cs @@ -202,7 +202,7 @@ string qptFile = Path.Combine(SourcesPath, args.qpt); if (File.Exists(qptFile)) { - //File.Delete(qptFile); + File.Delete(qptFile); } string imgPath = Path.Combine(DownloadFolder, args.imgPath); -- Gitblit v1.9.3