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
01210694
Commit
01210694
authored
Aug 10, 2022
by
Sven Franck
Committed by
GitHub
Aug 10, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11 from sfermigier/master
Fix abilian
parents
cc80488d
3593091b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
abilian.json
abilian.json
+1
-1
validator.py
validator.py
+2
-2
No files found.
abilian.json
View file @
01210694
...
...
@@ -148,7 +148,7 @@
"similar_solution_url"
:
"https://www.exordo.com/"
},
{
"title"
:
"Abilian BCMS"
,
"category"
:
"Worksp
l
ace"
,
"category"
:
"Workspace"
,
"similar_solution_url"
:
"https://abilian.com/fr/solutions/conventions-affaires/"
}],
"licence_list"
:
[],
...
...
validator.py
View file @
01210694
...
...
@@ -44,7 +44,7 @@ print("\nfollowing file are incorrect:\n")
for
fn
in
incorrect_json_list
:
print
(
f"
{
fn
}
"
)
print
(
"
\
n
following file are invalid
e
:
\
n
"
)
print
(
"
\
n
following file are invalid:
\
n
"
)
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