Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
european-cloud-industry
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fonds-de-Dotation-du-Libre
european-cloud-industry
Commits
3593091b
Commit
3593091b
authored
Aug 04, 2022
by
Stefane Fermigier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make output easier to read.
parent
0ea96184
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
validator.py
validator.py
+2
-2
No files found.
validator.py
View file @
3593091b
...
@@ -44,7 +44,7 @@ print("\nfollowing file are incorrect:\n")
...
@@ -44,7 +44,7 @@ print("\nfollowing file are incorrect:\n")
for
fn
in
incorrect_json_list
:
for
fn
in
incorrect_json_list
:
print
(
f"
{
fn
}
"
)
print
(
f"
{
fn
}
"
)
print
(
"
\
n
following file are invalid
e
:
\
n
"
)
print
(
"
\
n
following file are invalid:
\
n
"
)
for
fn
in
invalid_json_list
:
for
fn
in
invalid_json_list
:
print
(
f"
{
fn
[
'file'
]
}
:
{
fn
[
'error'
]
}
at
{
fn
[
'path'
]
}
"
)
print
(
f"
{
fn
[
'file'
]
}
:
\
n
{
fn
[
'error'
]
}
at
{
fn
[
'path'
]
}\
n
"
)
Write
Preview
Markdown
is supported
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