XPMaster commited on
Commit
1866e68
·
1 Parent(s): b50b758

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -610,6 +610,8 @@ def process(files,button):
610
  sheetwarnings = [['No warnings'],'00FF00']
611
  if len(warnings) > 0:
612
  sheetwarnings = [warnings,'FFA500']
 
 
613
  sheet_data[name] = {
614
  "Before columns": [old_olds,'FFDA29'],
615
  "After columns": [columns, '00FF00'],
 
610
  sheetwarnings = [['No warnings'],'00FF00']
611
  if len(warnings) > 0:
612
  sheetwarnings = [warnings,'FFA500']
613
+ if len(filled_warn) == 0:
614
+ filled_warn = ['No fillings']
615
  sheet_data[name] = {
616
  "Before columns": [old_olds,'FFDA29'],
617
  "After columns": [columns, '00FF00'],