Spaces:
Runtime error
Runtime error
xiomarablanco
commited on
Commit
·
ac2c37c
1
Parent(s):
09edc50
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def exportResultToExcelFile(modelResult):
|
|
113 |
f.close()
|
114 |
|
115 |
except Exception as ex:
|
116 |
-
print("Error exportando Excel:"+ str(
|
117 |
|
118 |
return outputFilePath
|
119 |
|
|
|
113 |
f.close()
|
114 |
|
115 |
except Exception as ex:
|
116 |
+
print("Error exportando Excel:"+ str(ex))
|
117 |
|
118 |
return outputFilePath
|
119 |
|