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
{{ message }}
This repository has been archived by the owner on May 31, 2024. It is now read-only.
This was eliminated in pex-tool#680 since it was (locally) unused but it turns
out it was used over in lambdex. The long term fix allowing safe
removal of the API is tracked by:
pex-tool/lambdex#5.
Fixespex-tool#684
This was eliminated in pex-tool#680 since it was (locally) unused but it turns
out it was used over in lambdex. The long term fix allowing safe
removal of the API is tracked by:
pex-tool/lambdex#5.
Fixespex-tool#684
jsirois
added a commit
to pex-tool/pex
that referenced
this issue
Mar 26, 2019
This was eliminated in #680 since it was (locally) unused but it turns
out it was used over in lambdex. The long term fix allowing safe
removal of the API is tracked by:
pex-tool/lambdex#5.
Fixes#684
Namely here with pex's
is_compressed
:https://github.com/wickman/lambdex/blob/e7ac9582c71c4ba8e15a723d06f28c678fa8762f/lambdex/resources/lambdex_handler.py#L32-L38
We should just test
zipfile.is_zipfile(__entry_point__)
ourselves.The text was updated successfully, but these errors were encountered: