Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Infra
CI Jobs
Official Devices Validator
Commits
fde2e3f6
Commit
fde2e3f6
authored
Dec 22, 2020
by
José Henrique
Browse files
Update validator.py
parent
d9891f91
Changes
1
Hide whitespace changes
Inline
Side-by-side
validator.py
View file @
fde2e3f6
...
...
@@ -30,7 +30,7 @@ def test_integrity_devices():
codename
=
device
.
get
(
'codename'
)
if
not
os
.
path
.
isfile
(
f
"images/
{
codename
}
.png"
):
SUGGESTIONS
.
append
(
f
"images/
{
codename
}
.png not found for codename
{
codename
}
in devices.json
for
device index value
{
device_index
}
"
)
f
"images/
{
codename
}
.png not found for codename
{
codename
}
in devices.json
and
device index value
{
device_index
}
"
)
if
'supported_versions'
in
device
:
supported_versions
=
device
[
'supported_versions'
]
...
...
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