commit: | ba87c77822cb3344e9861ec8a7fed822ffec3f62 |
author: | Trevor Bentley |
committer: | Trevor Bentley |
date: | Mon Jan 13 21:33:21 2025 +0100 |
parents: | 66351720feacca340ff66f8dbe4d554605645a02 |
diff --git a/darktable/photo-what-what.lua b/darktable/photo-what-what.lua line changes: +1/-1 index d06580d..8f0eb88 --- a/darktable/photo-what-what.lua +++ b/darktable/photo-what-what.lua
@@ -120,7 +120,7 @@ local function call_pww(images) -- build up command from strings. yucky. local cmd = settings.pww_bin_path - cmd = string.format("%s -e", cmd) + cmd = string.format("%s", cmd) if settings.pww_script_path ~= "" then cmd = string.format("%s -b \"%s\"", cmd, settings.pww_script_path) end