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

Fix lock save detection to be more robust. #1760

Merged
merged 2 commits into from
May 14, 2022
Merged

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented May 14, 2022

Previously the save was qualified against the download directory, but
this led to missed save identifications when the download directory was
relative to the CWD. Since there is only one type of save going on
during a download, just capture them all regardless of path since
they're all in the download directory anyhow.

Fixes #1758

Previously the save was qualified against the download directory, but
this led to missed save identifications when the download directory was
relative to the CWD. Since there is only one type of save going on
during a download, just capture them all regardless of path since
they're all in the download directory anyhow.

Fixes pex-tool#1758
@jsirois jsirois requested review from benjyw and Eric-Arellano May 14, 2022 21:01
@jsirois jsirois merged commit 13378d1 into pex-tool:main May 14, 2022
@jsirois jsirois deleted the issues/1758 branch May 14, 2022 22:04
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

Successfully merging this pull request may close these issues.

A relative --tmpdir foils pex3 lock create.
3 participants