Skip to content
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

autoregister: creates incrorrect \ for linux #58

Open
yankscally opened this issue Sep 6, 2024 · 1 comment · Fixed by #59
Open

autoregister: creates incrorrect \ for linux #58

yankscally opened this issue Sep 6, 2024 · 1 comment · Fixed by #59
Assignees
Labels
blender related to blender / bpy bug Something isn't working

Comments

@yankscally
Copy link
Collaborator

image

there are \ and / characters:
image

@yankscally yankscally added bug Something isn't working blender related to blender / bpy labels Sep 6, 2024
@yankscally yankscally changed the title autoregister: creates incrorrect / for linux autoregister: creates incrorrect \ for linux Sep 6, 2024
@Valerie-Bosco
Copy link
Collaborator

Error source possibly is path.Path
Fix:
path.Path needs to be swapped with path.PurePath and rework the system according to the Purepath behavior

@Valerie-Bosco Valerie-Bosco linked a pull request Sep 7, 2024 that will close this issue
@yankscally yankscally modified the milestone: 1.0 Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blender related to blender / bpy bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants