Spaces:
Runtime error
Runtime error
Commit
·
62bae05
1
Parent(s):
0c44394
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def exportResultToExcelFile(modelResult):
|
|
112 |
f.write(tableExport) # write the dataset to the xlsx file
|
113 |
f.close()
|
114 |
|
115 |
-
except Exception as
|
116 |
print("Error exportando Excel:"+ str(e))
|
117 |
|
118 |
return outputFilePath
|
|
|
112 |
f.write(tableExport) # write the dataset to the xlsx file
|
113 |
f.close()
|
114 |
|
115 |
+
except Exception as ex:
|
116 |
print("Error exportando Excel:"+ str(e))
|
117 |
|
118 |
return outputFilePath
|