commit | c64cc331b7739284c58c68d55541a84825fb6d4b | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed May 01 19:27:23 2019 +0530 |
committer | GitHub <noreply@github.com> | Wed May 01 19:27:23 2019 +0530 |
tree | bb9ea7efb125e136b732717e202d570cf0abfb19 | |
parent | 284e5a284e925cfd9e69d56648247c2cc8d303b6 [diff] |
Update item_variants_cache.py
diff --git a/erpnext/portal/product_configurator/item_variants_cache.py b/erpnext/portal/product_configurator/item_variants_cache.py index 7c325a1..39f0803 100644 --- a/erpnext/portal/product_configurator/item_variants_cache.py +++ b/erpnext/portal/product_configurator/item_variants_cache.py
@@ -106,6 +106,5 @@ def enqueue_build_cache(item_code): if frappe.cache().hget('item_cache_build_in_progress', item_code): - print('caching in progress for', item_code) return frappe.enqueue(build_cache, item_code=item_code, queue='short')