Skip to content
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

Check for bad untar in build.py #152

Open
asylvest opened this issue Aug 1, 2016 · 0 comments
Open

Check for bad untar in build.py #152

asylvest opened this issue Aug 1, 2016 · 0 comments

Comments

@asylvest
Copy link
Contributor

asylvest commented Aug 1, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant