xiomarablanco commited on
Commit
ac2c37c
1 Parent(s): 09edc50

Update app.py

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