hgext/gpg.py
changeset 52640 24ee91ba9aa8
parent 51859 f4733654f144
child 52644 e627cc25b6f3
--- a/hgext/gpg.py	Mon Jan 06 14:15:40 2025 -0500
+++ b/hgext/gpg.py	Sun Jan 05 21:03:17 2025 -0500
@@ -167,7 +167,7 @@
         fn = b"localsigs"
         for item in parsefile(repo.vfs(fn), fn):
             yield item
-    except IOError:
+    except OSError:
         pass