diff --git a/src/leearchivotxt.jl b/src/leearchivotxt.jl index 8c2e8dc..ab4bb8b 100644 --- a/src/leearchivotxt.jl +++ b/src/leearchivotxt.jl @@ -38,7 +38,7 @@ function leedatostxt(archivo::String ) i += 1 end t = eval(Meta.parse(rstrip(data[i],']'))) - !(isempty(findall(x->x==']', data[i]))) && !isnothing(t) ? push!(Y,t) : 0 + !(isempty(findall(x->x==']', data[i]))) && !isempty(t) ? push!(Y,t) : 0 EYTF=[]; AT=[];