anudayo commited on
Commit
b77886a
·
verified ·
1 Parent(s): 488551c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ def load_all_vectorstores():
165
  print(f"⚠️ 방법 1 실패: {e1}")
166
 
167
  print("현재 작업 디렉토리:", os.getcwd())
168
- print("폴더 경로 존재 여부:", os.path.exists(folder_path)
169
 
170
 
171
  # 방법 2: 절대 경로로 시도
 
165
  print(f"⚠️ 방법 1 실패: {e1}")
166
 
167
  print("현재 작업 디렉토리:", os.getcwd())
168
+ print("폴더 경로 존재 여부:", os.path.exists(folder_path))
169
 
170
 
171
  # 방법 2: 절대 경로로 시도