mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
[website] [minor] moving to framework
This commit is contained in:
@@ -10,7 +10,6 @@ def execute():
|
||||
# remove pyc files
|
||||
utils_pyc = os.path.join(get_base_path(), "app", "selling", "utils.pyc")
|
||||
if os.path.exists(utils_pyc):
|
||||
print exists
|
||||
os.remove(utils_pyc)
|
||||
|
||||
shutil.rmtree(os.path.join(get_base_path(), "app", "website"))
|
||||
|
||||
Reference in New Issue
Block a user