mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
[minor] webutils moved to lib
This commit is contained in:
@@ -12,5 +12,7 @@ def execute():
|
||||
if os.path.exists(utils_pyc):
|
||||
os.remove(utils_pyc)
|
||||
|
||||
shutil.rmtree(os.path.join(get_base_path(), "app", "website"))
|
||||
old_path = os.path.join(get_base_path(), "app", "website")
|
||||
if os.path.exists(old_path):
|
||||
shutil.rmtree(old_path)
|
||||
|
||||
Reference in New Issue
Block a user