bupa1018 commited on
Commit
157ebd3
·
1 Parent(s): fd8d8d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ def extract_single_zip_file(directory):
108
  # Unzip the file into the temporary directory
109
  with zipfile.ZipFile(zip_file_path, 'r') as zip_ref:
110
  zip_ref.extractall(tmpdirname)
111
- print(f"Extracted {zip_filename} to {tmpdirname}")
112
  return tmpdirname
113
 
114
 
 
108
  # Unzip the file into the temporary directory
109
  with zipfile.ZipFile(zip_file_path, 'r') as zip_ref:
110
  zip_ref.extractall(tmpdirname)
111
+ print(f"Extracted {zip_file_path} to {tmpdirname}")
112
  return tmpdirname
113
 
114