-
-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong starting directory when noxfile.py is a symlink #828
Comments
Thanks, PR welcome. Take a look in |
That happens here: Line 86 in a6e1a4e
The one below is fine (takes the global path of the dir), maybe it should just use that and reassemble the name. |
I actually use this behavior with the repo tool to symlink a nox-file into the root of of my |
What I'm thinking we can provide a |
(Or would it make sense to have a |
I have a project where I want the noxfille to be a symlink to a different shared file. When I do this, it throws off the paths b/c nox follows the symlink and starts in that directory instead of starting in the directory where the symlink is.
Was this an intentional design decision? If not, how about starting where the symlink is instead (i.e. don't follow it)?
Thanks for your work on this project and consideration.
The text was updated successfully, but these errors were encountered: