catch more exceptions
authorJoey Hess <joeyh@joeyh.name>
Fri, 13 Aug 2021 20:16:46 +0000 (16:16 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 13 Aug 2021 20:16:46 +0000 (16:16 -0400)
commit16dd3dd4cab0e0a681bf90e54daba63d6809948f
treebd78dc53687357eab5e0cf8eff27d921cc0a6795
parentdadbb510f6be9cee51763bc3bd1d0c5260a1238b
catch more exceptions

I saw this:

  .git/annex/tmp/SHA256E-s1234376--5ba8e06e0163b217663907482bbed57684d7188024155ddc81da0710dfd2687d: openBinaryFile: resource busy (file is locked)

 guess catching IO exceptions did not catch that one.
Annex/Verify.hs