Skip to content

Commit

Permalink
fix(CI): ModuleNotFoundError webshop.patches.after_install
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Jan 12, 2024
1 parent 2e27310 commit 796bdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webshop/setup/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def run_patches():

try:
for patch in patches:
frappe.get_attr(f"webshop.patches.after_install.{patch}.execute")()
frappe.get_attr(f"webshop.patches.{patch}.execute")()

finally:
frappe.flags.in_patch = False
Expand Down

0 comments on commit 796bdcc

Please sign in to comment.