-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
bug: Temp dir name should be normalized #324
Labels
bug
Something isn't working
Comments
Hi @stevapple, thanks for the report! Looks definitely like something that must be fixed. On it. |
pawamoy
added
bug
Something isn't working
and removed
unconfirmed
This bug was not reproduced yet
labels
Oct 1, 2024
pawamoy
added a commit
that referenced
this issue
Oct 1, 2024
pawamoy
added a commit
that referenced
this issue
Oct 1, 2024
Fixed in v1.3.2 🙂 |
clrpackages
pushed a commit
to clearlinux-pkgs/pypi-griffe
that referenced
this issue
Oct 3, 2024
…on 1.3.2 commit acc8c6b61bee8e1beafb83970adfba5057b8051a Author: Timothée Mazzucotelli <dev@pawamoy.fr> Date: Tue Oct 1 15:40:28 2024 +0200 chore: Prepare release 1.3.2 commit 0821e6784e5a3aeb56020867c8b46f9477621ed3 Author: Timothée Mazzucotelli <dev@pawamoy.fr> Date: Tue Oct 1 15:28:00 2024 +0200 fix: Normalize paths of temporary Git worktrees Issue-324: mkdocstrings/griffe#324
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
When the branch name to checkout contains special characters (most notably,
/
), griffe will fail to create a temp directory for it.To Reproduce
Full traceback
Full traceback
Expected behavior
The tool should be able to check against arbitrary branch.
The text was updated successfully, but these errors were encountered: