mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 16:12:53 +00:00
fix in remove account utils folder patch
This commit is contained in:
@@ -3,4 +3,6 @@ def execute():
|
|||||||
import shutil
|
import shutil
|
||||||
import os
|
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