saschiwy / HeicConverter

A very simple command line tool to convert heic files to jpg
MIT License
145 stars 21 forks source link

Fixed path issues when working on a Fileserver on Windows #11

Closed Rexxic closed 1 month ago

Rexxic commented 2 months ago

I used the programm to convert some files on a fileserver. That didn't work as expected, failing on reading the found files. The bug originated in the manual reformatting of the path string. My fix should work OS agnostic using the python native path tools, but im not a mac or linux user so i have not tested it there.