Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit f4670ac4
authored
2023-10-03 10:44:50 -0300
by
Juan Pablo dure
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
corrijo deteccion de archivos nuevo
1 parent
4a4987d9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
fosadiaria.py
fosadiaria.py
View file @
f4670ac
...
...
@@ -63,13 +63,13 @@ class FosaDiaria():
n
=
n
+
1
if
not
arc
==
False
:
test
=
False
if
n
>
2
0
:
if
n
>
7
0
:
return
" "
return
(
arc
)
def
_BuscarExcelDescargado
(
self
,
tmp
):
rta
=
False
cmd
=
f
"""ls {self.CarpetaDescarga} -ls |grep {self.cabezaera}| grep xls | grep -v crdownload
2
>{tmp}"""
cmd
=
f
"""ls {self.CarpetaDescarga} -ls |grep {self.cabezaera}| grep xls | grep -v crdownload
&
>{tmp}"""
os
.
system
(
cmd
)
print
(
cmd
)
sleep
(
0.1
)
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment