commit | 1707c3da9598ee51124d0ba93069cf38408446a3 | [log] [tgz] |
---|---|---|
author | Rucha Mahabal <ruchamahabal2@gmail.com> | Wed Aug 28 13:55:26 2019 +0530 |
committer | GitHub <noreply@github.com> | Wed Aug 28 13:55:26 2019 +0530 |
tree | 47cd281114fa21b872d008f8b7aeb5479807567c | |
parent | b606d4d2ad90a96d9804a2eb6de3a440573115b0 [diff] |
fix: exception Co-Authored-By: Himanshu <himanshuwarekar@yahoo.com>
diff --git a/erpnext/erpnext_integrations/doctype/shopify_settings/shopify_settings.py b/erpnext/erpnext_integrations/doctype/shopify_settings/shopify_settings.py index f519177..4943053 100644 --- a/erpnext/erpnext_integrations/doctype/shopify_settings/shopify_settings.py +++ b/erpnext/erpnext_integrations/doctype/shopify_settings/shopify_settings.py
@@ -71,7 +71,7 @@ res.raise_for_status() deleted_webhooks.append(d) except Exception as e: - frappe.log_error(message=frappe.get_traceback(), title=e[:140]) + frappe.log_error(message=frappe.get_traceback(), title=e) for d in deleted_webhooks: self.remove(d)