saschiwy / HeicConverter

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

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

Open Rexxic opened 1 month ago

Rexxic commented 1 month 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.