stashapp / stash

An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc
https://stashapp.cc/
GNU Affero General Public License v3.0
8.45k stars 751 forks source link

Fix python not being resolved correctly if not in path #4864

Closed WithoutPants closed 1 month ago

WithoutPants commented 1 month ago

Fixes issue where if the Exec command for a plugin config was not found on the path, then the Exec field would be mutated with the plugin path.

Fixes issue where plugin path would be inserted into python command strings if python was not found on the path, meaning that the python setting would not be honoured.

Fixes #4859