We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cbcd1 commit d112927Copy full SHA for d112927
src/tox/tox_env/package.py
@@ -67,7 +67,7 @@ def __getattribute__(self, name: str) -> Any:
67
68
def register_config(self) -> None:
69
super().register_config()
70
- file_lock_path: Path = self.conf["env_dir"] / "file.lock"
+ file_lock_path: Path = self.env_dir / "file.lock"
71
self._file_lock = FileLock(file_lock_path)
72
file_lock_path.parent.mkdir(parents=True, exist_ok=True)
73
self.core.add_config(
0 commit comments