#2208 Force to unzip all wheels from pex
Issue created by
shvilime
Is it possible to force unzip all wheels from pex ?
I've catch the situation where one of py file from wheel was corrupted and my application wasn't start.
Anyway the pex was sure that the whole wheels were unzipped and no need to repair the problem.
Only when I deleted /user/.pex folder, the pex unzipped again and can start.
pantsbuild/pex