mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-19 01:18:43 +00:00
frappe.parse_json never raises TypeError (unlike json.loads on a non-str), so the try/except guarding the parse is now unreachable.
frappe.parse_json never raises TypeError (unlike json.loads on a non-str), so the try/except guarding the parse is now unreachable.