Spaces:
Sleeping
Sleeping
Commit
·
de1fe00
1
Parent(s):
788a412
Update second.py
Browse files
second.py
CHANGED
@@ -110,7 +110,7 @@ def double_main(uploaded_file1,uploaded_file2):
|
|
110 |
|
111 |
try:
|
112 |
# Save the Excel file
|
113 |
-
excel_writer.
|
114 |
except Exception as e:
|
115 |
print(f"Error encountered during saving: {e}")
|
116 |
# Handle or print the error
|
|
|
110 |
|
111 |
try:
|
112 |
# Save the Excel file
|
113 |
+
excel_writer.close()
|
114 |
except Exception as e:
|
115 |
print(f"Error encountered during saving: {e}")
|
116 |
# Handle or print the error
|