radiocosmology / alpenhorn

Alpenhorn is a service for managing an archive of scientific data.
MIT License
2 stars 1 forks source link

fix(io.default): Handle PermissionError during check #177

Closed ketiltrout closed 4 months ago

ketiltrout commented 4 months ago

A PermissionError while checking a file will now result in it being considered corrupt.

Bonus: fixed some ham-fisted mocking in tests/io/test_lustrehsmnode.py which was not being properly cleaned up after the test finished.

Closes #176