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 dc70819a
authored
2023-10-03 10:25:33 -0300
by
Juan Pablo dure
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fewfvw
1 parent
ae53aa3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
fosadiaria.py
fosadiaria.py
View file @
dc70819
...
@@ -75,6 +75,8 @@ class FosaDiaria():
...
@@ -75,6 +75,8 @@ class FosaDiaria():
Lines
=
file1
.
readlines
()
Lines
=
file1
.
readlines
()
for
line
in
Lines
:
for
line
in
Lines
:
der
=
str
(
line
)
.
split
(
" "
)
der
=
str
(
line
)
.
split
(
" "
)
print
(
type
(
line
),
type
(
der
))
print
(
der
)
archivo
=
f
"""{self.CarpetaDescarga}{der[-1]}"""
archivo
=
f
"""{self.CarpetaDescarga}{der[-1]}"""
print
(
line
,
der
,
der
[
-
1
],
archivo
)
print
(
line
,
der
,
der
[
-
1
],
archivo
)
#print(archivo)
#print(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