Commit dc70819a by Juan Pablo dure

fewfvw

1 parent ae53aa3d
...@@ -75,6 +75,8 @@ class FosaDiaria(): ...@@ -75,6 +75,8 @@ class FosaDiaria():
Lines = file1.readlines() Lines = file1.readlines()
for line in Lines: for line in Lines:
der = str(line).split(" ") der = str(line).split(" ")
print(type(line),type(der))
print(der)
archivo = f"""{self.CarpetaDescarga}{der[-1]}""" archivo = f"""{self.CarpetaDescarga}{der[-1]}"""
print(line,der,der[-1],archivo) print(line,der,der[-1],archivo)
#print(archivo) #print(archivo)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!