farida5gaber commited on
Commit
abfe74b
·
verified ·
1 Parent(s): ec809d6

Update upload_manual.py

Browse files
Files changed (1) hide show
  1. 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
+