Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ def process_directory(directory):
|
|
141 |
print("unzipped_root ", unzipped_root)
|
142 |
|
143 |
tmpsubdirpath= os.path.join(tmpdirname, unzipped_root[0])
|
144 |
-
print("tempsubdirpath: ",
|
145 |
|
146 |
# with tempfile.TemporaryDirectory() as tmpdirname:
|
147 |
# Unzip the file into the temporary directory
|
|
|
141 |
print("unzipped_root ", unzipped_root)
|
142 |
|
143 |
tmpsubdirpath= os.path.join(tmpdirname, unzipped_root[0])
|
144 |
+
print("tempsubdirpath: ", tmpsubdirpath)
|
145 |
|
146 |
# with tempfile.TemporaryDirectory() as tmpdirname:
|
147 |
# Unzip the file into the temporary directory
|