Commit 9432de63 by Juan Pablo dure

mas marcas

1 parent dc70819a
......@@ -67,7 +67,7 @@ class FosaDiaria():
return " "
return(arc)
def _BuscarExcelDescargado(self,tmp="/dev/shm/tmpscdecas.txt"):
def _BuscarExcelDescargado(self,tmp):
rta = False
sleep(0.5)
os.system(f"""ls {self.CarpetaDescarga} -ls | grep xls | grep -v crdownload 2> {tmp}""")
......@@ -75,10 +75,10 @@ class FosaDiaria():
Lines = file1.readlines()
for line in Lines:
der = str(line).split(" ")
print(type(line),type(der))
print(der)
print(1,type(line),type(der))
print(2,der)
archivo = f"""{self.CarpetaDescarga}{der[-1]}"""
print(line,der,der[-1],archivo)
print(3,line,der,der[-1],archivo)
#print(archivo)
rta = archivo
file1.close()
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!