tox/docs/config.rst - temp_dir possible change #2930
Locked
cesarcoatl
started this conversation in
General
Replies: 1 comment 1 reply
-
Sounds right! Thanks for spotting. I am happy to review / merge your merge proposal. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In one of my projects where I ran
tox
I got an error from the IDE I was using saying that.tmp
was not valid, and it turned out that it was referring to.tox/.tmp
.When I wanted to change the default name for
temp_dir
viatox.ini
I noticed a potential mistake in the docs.I've forked this repo and this is the
diff
for the change I might propose in a PR if it turns out I'm right.While...
So as my
diff
shows, I believe the docs should be modified.Beta Was this translation helpful? Give feedback.
All reactions