-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Tasks run in the current directory by default #180
Labels
bug
Something isn't working
Comments
Hi @dbohdan, thanks for reporting this, looks like a bug slipped in as part of this change. |
nat-n
added a commit
that referenced
this issue
Nov 12, 2023
nat-n
added a commit
that referenced
this issue
Nov 12, 2023
Aaaaaaaaaand it's fixed 0.24.3 🚀 |
Yay! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In version 0.24.2 (since commit 51a6fd7? I haven't bisected it.) the default task behavior has changed. Tasks run in the current directory instead of the project directory. This looks like a bug, because the documentation says:
The change is the easiest to demonstrate if you define a task that prints the current directory.
Then run,
As a temporary workaround, you can add
cwd = ""
to your tasks.The text was updated successfully, but these errors were encountered: