hanhainebula commited on
Commit
94e499a
·
1 Parent(s): ef21382

debug for backend.py

Browse files
Files changed (1) hide show
  1. src/backend.py +1 -0
src/backend.py CHANGED
@@ -105,6 +105,7 @@ def get_file_list(dir_path: str, allowed_suffixes: List[str] = None) -> List[str
105
 
106
  def get_zip_file_path(zip_file_name: str):
107
  zip_file_path = None
 
108
  for root, _, files in os.walk(ZIP_CACHE_DIR):
109
  for file in files:
110
  logger.warning(f"file: {file}")
 
105
 
106
  def get_zip_file_path(zip_file_name: str):
107
  zip_file_path = None
108
+ logger.warning(f"File list: {os.listdir(ZIP_CACHE_DIR)}")
109
  for root, _, files in os.walk(ZIP_CACHE_DIR):
110
  for file in files:
111
  logger.warning(f"file: {file}")