Skip to content

Commit 642ae4a

Browse files
worksbyfridayclaude
andcommitted
Style: condense comment to fit 120-char alignment
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3260ec0 commit 642ae4a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/tox/tox_env/api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,7 @@ def _paths(self) -> list[Path]:
409409
@_paths.setter
410410
def _paths(self, value: list[Path]) -> None:
411411
self._paths_private = value
412-
# Invalidate the cached environment variables so they are rebuilt
413-
# on next access. This ensures that set_env PATH modifications
414-
# (e.g., PATH = {env:PATH}:/test) are not overwritten.
412+
# Invalidate cached env vars so they rebuild on next access, preserving set_env PATH modifications.
415413
self._env_vars = None
416414

417415
@property

0 commit comments

Comments
 (0)