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 f009e76a
authored
2024-07-31 18:28:57 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Mejora saporte errores categoria
1 parent
baea502e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
reportes.py
reportes.py
View file @
f009e76
...
@@ -10,7 +10,7 @@ def BuscarReporteDefecto(linea,tipo,cantidadEjes=2):
...
@@ -10,7 +10,7 @@ def BuscarReporteDefecto(linea,tipo,cantidadEjes=2):
rta
=
data
[
linea
][
tipo
][
cantidadEjes
]
rta
=
data
[
linea
][
tipo
][
cantidadEjes
]
except
:
except
:
print
(
f
"reporte defecto linea: {linea}, tipo: {tipo}, ejes {cantidadEjes}"
)
print
(
f
"reporte defecto linea: {linea}, tipo: {tipo}, ejes {cantidadEjes}"
)
rta
=
configuracion
.
reporte_defecto
rta
=
configuracion
.
reporte_defecto
[
cantidadEjes
]
if
rta
in
[
""
,
False
]:
if
rta
in
[
""
,
False
]:
rta
=
configuracion
.
reporte_defecto
[
cantidadEjes
]
rta
=
configuracion
.
reporte_defecto
[
cantidadEjes
]
#print(rta)
#print(rta)
...
...
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