DveloperY0115 commited on
Commit
de0c26f
·
1 Parent(s): 1d1fa5e

Add code for debugging

Browse files
Files changed (1) hide show
  1. salad/utils/paths.py +2 -0
salad/utils/paths.py CHANGED
@@ -6,6 +6,8 @@ PROJECT_DIR = Path(os.path.realpath(__file__)).parents[2]
6
 
7
  ####
8
  print(PROJECT_DIR)
 
 
9
  exit(0)
10
  ####
11
 
 
6
 
7
  ####
8
  print(PROJECT_DIR)
9
+ for item in os.walk(PROJECT_DIR):
10
+ print(item)
11
  exit(0)
12
  ####
13