thomthom / skippy

CLI Development tool for SketchUp extensions
MIT License
21 stars 5 forks source link

Backslashses in file names #23

Closed Eneroth3 closed 6 years ago

Eneroth3 commented 6 years ago

When using Windows-style backslashes for instead of forward slashes to install a local library I got a rather cryptic error message. Perhaps both styles could be accepted?

thomthom commented 6 years ago

What's the error message?

Eneroth3 commented 6 years ago

2018-01-12_17h59_55

thomthom commented 6 years ago

Ah, I see what's going on. And the same path, just with forward slashes, works fine?

(Btw, in the Windows command window you can copy text by right-clicking and choosing Mark. I personally use Cmder instead as it add easier copy+paste)

Eneroth3 commented 6 years ago

With forward slashes it works great! I simply copied the path from the address bar in explorer so I wouldn't have to write the whole thing myself.

( should probably look into Cmder too, but one new thing at a time)

thomthom commented 6 years ago

Then this fix should be as easy as making sure I normalize the source input with forward slashes. Thanks for testing out and reporting.

thomthom commented 6 years ago

I'll push a new release later this weekend. But now - breakfast!