algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
235 stars 51 forks source link

fix: inkscape is optional. #272

Closed grignards closed 2 years ago

grignards commented 2 years ago

The fix for #263 made inkscape mandatory unvolontarily.

PR Goal

Take care that a non-installed inkscape is a valid environment.

Implemented solution

Catch the exception raised by check_output when inkscape is not installed.

Checkpoints