From 7aa48ef857ca89e087ac0971cf4673c894fda77a Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 16 八月 2023 17:20:58 +0800
Subject: [PATCH] 1

---
 ExportMap/cs/Tools.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ExportMap/cs/Tools.cs b/ExportMap/cs/Tools.cs
index e7257b0..c681121 100644
--- a/ExportMap/cs/Tools.cs
+++ b/ExportMap/cs/Tools.cs
@@ -229,7 +229,7 @@
                 str = se.ReadToEnd();
 
                 //if (!string.IsNullOrEmpty(info)) LogOut.Debug(info);
-                if (!string.IsNullOrEmpty(str)) LogOut.Error(str);
+                if (!string.IsNullOrEmpty(str) && !str.Contains("@jit(cache=True, nogil=True)")) LogOut.Error(str);
                 if (p.HasExited == false) p.Kill();
 
                 task = TaskDBHelper.SelectById(task.id);

--
Gitblit v1.9.3