Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a = leer_lineas('datos.lat') #57

Closed
robincoello opened this issue Oct 13, 2016 · 1 comment
Closed

a = leer_lineas('datos.lat') #57

robincoello opened this issue Oct 13, 2016 · 1 comment

Comments

@robincoello
Copy link
Contributor

datos.lat tiene
a
b
c
d
f
index.lat
a = leer_lineas('datos.lat')
escribir(a)

Resultado
["a", "b", "c", "d"]

Asi que no me lee la ultima linea, pero si le agrego una linea vacia al fichero datos.lat, si me entrega todos los datos,

@primitivorm
Copy link
Member

Puedes hacer git pull por favor y compilar nuevamente

A mi no me da ese caso:
$cat datos.lat
a
b
c
d
f
./latino index.lat
["a", "b", "c", "d", "f"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants