bupa1018 commited on
Commit
8a7c4d7
·
1 Parent(s): 328d341

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def process_directory(directory, folder_paths, file_paths):
136
 
137
  if folder_paths:
138
  for folder_path in folder_paths:
139
- files += get_all_files_in_folder(tmpsubdirpath, folder_paths)
140
  if file_paths:
141
  files += [get_file(tmpsubdirpath, file_path) for file_path in file_paths]
142
 
 
136
 
137
  if folder_paths:
138
  for folder_path in folder_paths:
139
+ files += get_all_files_in_folder(tmpsubdirpath, folder_path)
140
  if file_paths:
141
  files += [get_file(tmpsubdirpath, file_path) for file_path in file_paths]
142