changeset 52640 | 24ee91ba9aa8 |
parent 51859 | f4733654f144 |
--- a/hgext/lfs/wireprotolfsserver.py Mon Jan 06 14:15:40 2025 -0500 +++ b/hgext/lfs/wireprotolfsserver.py Sun Jan 05 21:03:17 2025 -0500 @@ -229,7 +229,7 @@ # The client will skip this upload, but make sure it remains # available locally. store.linkfromusercache(oid) - except IOError as inst: + except OSError as inst: if inst.errno != errno.ENOENT: _logexception(req)