hermes-agent/tools/environments
kewe63 dfe6fbb0b3 fix(ssh): narrow symlink fallback to WinError 1314 only
The previous catch-all except OSError would silently swallow real
errors (disk full, bad path, permission issues unrelated to symlink
privilege). Narrow the handler to winerror == 1314 — the specific
Windows error code for "A required privilege is not held by the
client" — and re-raise every other OSError so genuine failures are
not hidden.
2026-06-04 18:06:21 -07:00
..
__init__.py
base.py
daytona.py
docker.py fix(docker): recover from out-of-band container removal in persistent mode (salvage #36631) (#39415) 2026-06-05 10:33:44 +10:00
file_sync.py fix(ssh): handle WinError 1314 symlink failure with shutil.copy2 fallback 2026-06-04 18:06:21 -07:00
local.py
managed_modal.py
modal.py
modal_utils.py
singularity.py
ssh.py fix(ssh): narrow symlink fallback to WinError 1314 only 2026-06-04 18:06:21 -07:00