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 37b8eee2
authored
2023-10-03 09:54:46 -0300
by
Juan Pablo dure
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
tiempo de espera por archivo
1 parent
3ef944e7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
fosadiaria.py
fosadiaria.py
View file @
37b8eee
...
@@ -56,12 +56,13 @@ class FosaDiaria():
...
@@ -56,12 +56,13 @@ class FosaDiaria():
def
BuscarExcelDescargado
(
self
,
tmp
=
"/dev/shm/tmpscdecas.txt"
):
def
BuscarExcelDescargado
(
self
,
tmp
=
"/dev/shm/tmpscdecas.txt"
):
rta
=
""
rta
=
""
sleep
(
2
)
os
.
system
(
f
"""ls {self.CarpetaDescarga} -ls | grep xls 2> {tmp}"""
)
os
.
system
(
f
"""ls {self.CarpetaDescarga} -ls | grep xls 2> {tmp}"""
)
file1
=
open
(
tmp
,
'r'
)
file1
=
open
(
tmp
,
'r'
)
Lines
=
file1
.
readlines
()
Lines
=
file1
.
readlines
()
for
line
in
Lines
:
for
line
in
Lines
:
print
(
line
)
print
(
line
)
der
=
line
.
split
(
" "
)[
0
]
der
=
line
.
split
(
" "
)[
-
1
]
archivo
=
f
"""{der}"""
archivo
=
f
"""{der}"""
print
(
archivo
)
print
(
archivo
)
rta
=
archivo
rta
=
archivo
...
...
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