Spaces:
Sleeping
Sleeping
Update upload_manual.py
Browse files- upload_manual.py +2 -1
upload_manual.py
CHANGED
|
@@ -57,4 +57,5 @@ def delete_manual(chunk_ids, pdf_path=None):
|
|
| 57 |
|
| 58 |
# Delete the temp PDF file
|
| 59 |
if pdf_path and os.path.exists(pdf_path):
|
| 60 |
-
os.remove(pdf_path)
|
|
|
|
|
|
| 57 |
|
| 58 |
# Delete the temp PDF file
|
| 59 |
if pdf_path and os.path.exists(pdf_path):
|
| 60 |
+
os.remove(pdf_path)
|
| 61 |
+
|