BAT adds drive letter in destination field when running in Windows #70655
Labels
No Label
legacy module
Platforms, Builds, Tests & Devices
legacy project
Blender Asset Tracer
legacy project
Platform: Windows
Priority::Normal
Status::Archived
Status::Confirmed
Status::Needs Triage
Status::Resolved
Type::Design
Type::Report
Type::To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-asset-tracer#70655
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the last line will output
C:\cube.blender
but I was expectingcube.blend
as this was the project root. Note that cube.blend is not located inC:\
but inC:\Users\Jeroen\Downloads\cube.blend
After using the next function to clean up the dst field I receive the path I expected.
This could also be a limitation of the WindowsPath class in python. Just I didn't expected the drive letter to be present.
Added subscriber: @Jeroen-Bakker
This issue was referenced by
e4bf2e8e35
Changed status from 'Confirmed' to: 'Resolved'