xiomarablanco commited on
Commit
62bae05
1 Parent(s): 0c44394

Update app.py

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