change log (#346)

This commit is contained in:
KKKKKKKevin 2025-05-12 11:59:38 +08:00 committed by GitHub
parent a65f4a58fe
commit 601f371f46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -584,8 +584,8 @@ class L2DataProcessor:
text=True,
capture_output=True,
)
logger.error(f"subprocess.run graphrag index error: {result.stderr}")
if result.stderr:
logger.error(f"subprocess.run graphrag index error: {result.stderr}")
raise RuntimeError("subprocess.run graphrag index error")
except Exception as e:
raise