Skip to content

Commit d7aeb43

Browse files
committed
contrib/RL_out_sharp - changed MODULE to MODULE_NAME so that message
would print and script wouldn't crash
1 parent 453d744 commit d7aeb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/RL_out_sharp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ local function preserve_metadata(original, sharpened)
106106
if exiftool then
107107
dtsys.external_command("exiftool -overwrite_original_in_place -tagsFromFile " .. original .. " " .. sharpened)
108108
else
109-
dt.print_log(MODULE .. " exiftool not found, metadata not preserved")
109+
dt.print_log(MODULE_NAME .. " exiftool not found, metadata not preserved")
110110
end
111111
end
112112

0 commit comments

Comments
 (0)