fix: Remove translation method and pass statement
This commit is contained in:
parent
ed33422511
commit
d508ef258e
1 changed files with 1 additions and 2 deletions
|
|
@ -112,5 +112,4 @@ def generate_theme_files_if_not_exist():
|
|||
doc.generate_theme_if_not_exist()
|
||||
doc.save()
|
||||
except Exception:
|
||||
frappe.log_error(frappe.get_traceback(), _("Theme File Generation Failed"))
|
||||
pass
|
||||
frappe.log_error(frappe.get_traceback(), "Theme File Generation Failed")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue