Skip to content

Commit e4c844a

Browse files
authored
Update main.py
1 parent 74cc1d1 commit e4c844a

File tree

1 file changed

+1
-3
lines changed
  • Leer archivos excel con pandas

1 file changed

+1
-3
lines changed

Leer archivos excel con pandas/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ def crear_tabla(self):
2626
df_fila = df.to_numpy().tolist()
2727
x = len(columnas)
2828
y = len(df_fila)
29-
3029
except ValueError:
3130
QMessageBox.about (self,'Informacion', 'Formato incorrecto')
32-
return None
33-
31+
return None
3432
except FileNotFoundError:
3533
QMessageBox.about (self,'Informacion', 'El archivo esta \n malogrado')
3634
return None

0 commit comments

Comments
 (0)