mergify[bot]
пре 2 година
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са
1 додато и
0 уклоњено
-
frappe/modules/patch_handler.py
|
|
@@ -175,6 +175,7 @@ def execute_patch(patchmodule, method=None, methodargs=None): |
|
|
|
|
|
|
|
start_time = time.time() |
|
|
|
frappe.db.begin() |
|
|
|
frappe.db.auto_commit_on_many_writes = 0 |
|
|
|
try: |
|
|
|
if patchmodule: |
|
|
|
if patchmodule.startswith("finally:"): |
|
|
|