修改适配Linux

This commit is contained in:
wzy-warehouse
2026-06-24 14:16:23 +08:00
parent e5582bab5d
commit 7163ca67f9
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ class QgisPool:
for line in worker.proc.stderr:
line = line.strip()
if line:
logger.debug(f"[Worker-{worker.worker_id}] stderr: {line}")
logger.info(f"[Worker-{worker.worker_id}] {line}")
except Exception:
pass