fix in remove account utils folder patch
This commit is contained in:
parent
22807a61cd
commit
6270869374
@ -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)
|
Loading…
x
Reference in New Issue
Block a user