Commit ae53aa3d by Juan Pablo dure

swdew

1 parent 8ce55b53
...@@ -74,7 +74,7 @@ class FosaDiaria(): ...@@ -74,7 +74,7 @@ class FosaDiaria():
file1 = open(tmp, 'r') file1 = open(tmp, 'r')
Lines = file1.readlines() Lines = file1.readlines()
for line in Lines: for line in Lines:
der = line.split(" ") der = str(line).split(" ")
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!