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
If there is a corrupted tarfile, the untarFile() function in build.py does not currently error out (instead you'll get a confusing downstream error when some file that someone is counting on in that tarfile isn't found).
See if there's a way with the tarfile module to check for if the tarball is corrupted and, if so, error out.
The text was updated successfully, but these errors were encountered:
If there is a corrupted tarfile, the
untarFile()
function in build.py does not currently error out (instead you'll get a confusing downstream error when some file that someone is counting on in that tarfile isn't found).See if there's a way with the
tarfile
module to check for if the tarball is corrupted and, if so, error out.The text was updated successfully, but these errors were encountered: