Commit b8354fa8 by Juan Pablo dure

Saco un grep filtro manualmente

1 parent 40b1fe68
......@@ -70,7 +70,7 @@ class FosaDiaria():
def _BuscarExcelDescargado(self,tmp="/dev/shm/tmpscdecas.txt"):
rta = False
sleep(0.5)
os.system(f"""ls {self.CarpetaDescarga} -ls | grep xls | grep {self.cabezaera}2> {tmp}""")
os.system(f"""ls {self.CarpetaDescarga} -ls | grep xls 2> {tmp}""")
file1 = open(tmp, 'r')
Lines = file1.readlines()
for line in Lines:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!