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.
{temp_dir}
1 parent 6b742d0 commit 8035da4Copy full SHA for 8035da4
src/tox/config/__init__.py
@@ -1102,8 +1102,9 @@ def line_of_default_to_zero(section, name=None):
1102
1103
reader.addsubstitutions(distdir=config.distdir)
1104
config.distshare = reader.getpath("distshare", dist_share_default)
1105
- config.temp_dir = reader.getpath("temp_dir", "{toxworkdir}/.tmp")
1106
reader.addsubstitutions(distshare=config.distshare)
+ config.temp_dir = reader.getpath("temp_dir", "{toxworkdir}/.tmp")
1107
+ reader.addsubstitutions(temp_dir=config.temp_dir)
1108
config.sdistsrc = reader.getpath("sdistsrc", None)
1109
config.setupdir = reader.getpath("setupdir", "{toxinidir}")
1110
config.logdir = config.toxworkdir.join("log")
0 commit comments