Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 {
|
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 |
|