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 9432de63
authored
2023-10-03 10:30:40 -0300
by
Juan Pablo dure
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
mas marcas
1 parent
dc70819a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
fosadiaria.py
fosadiaria.py
View file @
9432de6
...
...
@@ -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
()
...
...
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