gumyr / cq_warehouse

A cadquery parametric part collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patch Script Instructions incorrect for Windows

gumyr opened this issue · comments

The -p parameter is dependent on where the OS and needs to be calculated.

Fixed with this commit: 5a49b5e

The path depth is calculated from the patch file and shown in the user instructions. A "-l" option is added to cope with CR/LF issues.

Not tested on Windows.

#54
Attempts to address this by formatting all the paths in the patch file as forward slashes... with the drive letter after the first slash.

Fixed with PR54.