Commit 6dfb3b93 by Juan Pablo dure

subproceso forro

1 parent ef2a6b8f
......@@ -70,7 +70,7 @@ class FosaDiaria():
def _BuscarExcelDescargado(self,tmp):
rta = False
#cmd = f"""ls {self.CarpetaDescarga} -ls |grep {self.cabezaera}| grep xls | grep -v crdownload""".split(" ")
rte = subprocess.check_output(grepfile)
rte = subprocess.check_output(["bash",grepfile])
#os.system(cmd)
#print(cmd)
print(rte)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!