mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fix in remove account utils folder patch
This commit is contained in:
@@ -3,4 +3,6 @@ def execute():
|
||||
import shutil
|
||||
import os
|
||||
|
||||
shutil.rmtree(os.path.join(get_base_path(), "app", "accounts", "utils"))
|
||||
utils_path = os.path.join(get_base_path(), "app", "accounts", "utils")
|
||||
if os.path.exists(utils_path):
|
||||
shutil.rmtree(utils_path)
|
||||
Reference in New Issue
Block a user