bupa1018 commited on
Commit
24c46ee
·
1 Parent(s): 5d8fe74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ def process_directory(directory, partial_paths=None, file_paths=None):
155
 
156
  if file_paths:
157
  print("Go in normal paths")
158
- files += [get_file(tmpdirname, file_path) for file_path in file_paths]
159
 
160
  print(f"Total number of files: {len(files)}")
161
  for file_path in files:
 
155
 
156
  if file_paths:
157
  print("Go in normal paths")
158
+ files += [get_file(tmpsubdirpath, file_path) for file_path in file_paths]
159
 
160
  print(f"Total number of files: {len(files)}")
161
  for file_path in files: