管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-08-16 7aa48ef857ca89e087ac0971cf4673c894fda77a
1
已修改1个文件
2 ■■■ 文件已修改
ExportMap/cs/Tools.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);