mergify[bot]
il y a 2 ans
committed by
GitHub
Parent
révision
c13bd94049
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec
1 ajouts et
0 suppressions
-
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:"): |
|
|
|