Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata UI
Commits
dc47623d
Commit
dc47623d
authored
Dec 03, 2020
by
Pierre Dittgen
Browse files
Fix row_count value
parent
57e17e9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
validata_ui/views.py
View file @
dc47623d
...
...
@@ -473,7 +473,7 @@ def create_validata_ui_report(validata_core_report, schema_dict):
# Add error rows count
if
key
==
'body'
:
error_rows
=
{
err
[
"rowPosition"
]
for
row
in
key_errors
if
"rowPosition"
in
err
}
error_rows
=
{
err
[
"rowPosition"
]
for
err
in
key_errors
if
"rowPosition"
in
err
}
error_stats
[
"rows-count"
]
=
len
(
error_rows
)
stats
[
f
"
{
key
}
-errors"
]
=
error_stats
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment