Skip to content

Commit 954871d

Browse files
Update script_manager.lua : fix debug package
Not sure why we still have a darktable package. Whatever…
1 parent 025f429 commit 954871d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/script_manager.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ local df = require "lib/dtutils.file"
5454
local ds = require "lib/dtutils.string"
5555
local dtsys = require "lib/dtutils.system"
5656
local log = require "lib/dtutils.log"
57-
local debug = require "darktable.debug"
57+
local debug = require "ansel.debug"
5858

5959
local gettext = dt.gettext
6060

0 commit comments

Comments
 (0)