fix: Remove translation method and pass statement

This commit is contained in:
Faris Ansari 2020-02-10 17:23:42 +05:30 committed by GitHub
parent ed33422511
commit d508ef258e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")