fdenivac / Lightroom-SQL-tools

Python scripts to retrieve and displays photos informations from lightroom catalog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOS line endings on Python code

tazle opened this issue · comments

commented

All the Python files in this repository have DOS line endings ('\r\n'), which makes the project difficult to use on Mac and Linux.

Git has options to automatically convert line endings to match the local system, but I suppose that requires some configuration that is not present.