-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove md5 hash from incomplete files in JFSFileDirList() #88
Comments
@antonhagg Tell me more about your case and the error you're getting. In my tests, incomplete files do have md5 hashes. I see now that this conclusion is quite naive:
We should really explicitly test for the file's |
…d revamp logic to be more resilient to unexpected file objects. See #88
@antonhagg Please test the newly commited code in 6c844dd and let me know if it fixes things for you |
I cant remember, but I think the file had no values at all, just the state incomplete. Could this be linked with #104? |
I have tried to figure this thing out, and latest commit doesn't return any error: 1c41eaa |
Thank you for your detective work, @antonhagg, as you see I have used some of your logic in 6c844dd. So I'm considering this as fixed. |
When going through the code in the JFSFileDirList class i found that it takes into consideration that an incomplete file doesn't have a size. This is the case for md5 aswell and therefore I think the code should be:
insted of the code:
The text was updated successfully, but these errors were encountered: