You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like I introduced a bug in IOUtil.openFileForMd5CalculatingWriting(). It appears to resolve filename/.md5 instead of filename.md5. We never noticed because it doesn't have tests.
The text was updated successfully, but these errors were encountered:
lbergelson
changed the title
IOUtill.IOMd5CalculatingOutputStream() puts the md5 file in the wrong place.
IOUtil.openFileForMd5CalculatingWriting() puts the md5 file in the wrong place.
Aug 18, 2023
It looks like I introduced a bug in
IOUtil.openFileForMd5CalculatingWriting()
. It appears to resolvefilename/.md5
instead offilename.md5
. We never noticed because it doesn't have tests.The text was updated successfully, but these errors were encountered: