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
I was trying to write a script to verify the correctness of iso files. Most importantly to find out if they were truncated. My idea was to extract each file and compare with the expected file size.
However I think this line
I was trying to write a script to verify the correctness of iso files. Most importantly to find out if they were truncated. My idea was to extract each file and compare with the expected file size.
However I think this line
pycdlib/pycdlib/pycdlib.py
Line 1109 in 2732b6b
prevents me from doing so as it "helpfully" "fixes" the filesize in exactly this case.
If I comment out this line it's working.
Is there some way to achieve this without modifying the library?
The text was updated successfully, but these errors were encountered: