|
@@ -9,7 +9,6 @@ BASE_DIR = os.path.abspath(os.path.dirname(__file__))
|
|
|
|
|
|
files_path = []
|
|
files_path = []
|
|
dirs = os.listdir(BASE_DIR)
|
|
dirs = os.listdir(BASE_DIR)
|
|
-print(dirs)
|
|
|
|
for dir in dirs:
|
|
for dir in dirs:
|
|
dir_path = os.path.join(BASE_DIR, dir)
|
|
dir_path = os.path.join(BASE_DIR, dir)
|
|
if os.path.isdir(dir_path) and (dir != "__pycache__"):
|
|
if os.path.isdir(dir_path) and (dir != "__pycache__"):
|