mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-02-11 10:50:06 +00:00
fix(scripts): before process
This commit is contained in:
@@ -820,8 +820,7 @@ class AfterDetailerScript(scripts.Script):
|
||||
if need_call_process(p):
|
||||
with preserve_prompts(p):
|
||||
copy_p = copy(p)
|
||||
if hasattr(p.scripts, "before_process"):
|
||||
p.scripts.before_process(copy_p)
|
||||
p.scripts.before_process(copy_p)
|
||||
p.scripts.process(copy_p)
|
||||
|
||||
self.write_params_txt(params_txt_content)
|
||||
|
||||
Reference in New Issue
Block a user