mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-21 03:39:54 +00:00
fec8a0da72
Authored by alireza78a. When flock() raises on a concurrent tick, the file descriptor was leaked because the except clause returned without closing it. Adds lock_fd=None init and close in the except path.