Skip to content

Commit

Permalink
signed commit
Browse files Browse the repository at this point in the history
  • Loading branch information
apatsekin committed Nov 23, 2023
1 parent 3e7e6d8 commit d3a9b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hatch/env/virtual.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, *args, **kwargs):
# Always compute the isolated app path for build environments
hashed_root = sha256(str(self.root).encode('utf-8')).digest()
checksum = urlsafe_b64encode(hashed_root).decode('utf-8')[:8]
# Conditions requiring a flat structure
# Conditions requiring a flat structure for build env
if (
self.root in self.isolated_data_directory.resolve().parents
or self.isolated_data_directory == self.platform.home / '.virtualenvs'
Expand Down

0 comments on commit d3a9b64

Please sign in to comment.