Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
datadrivendiscovery
primitives
Commits
c5861070
Commit
c5861070
authored
Jan 13, 2020
by
Mitar
Browse files
Better error message.
parent
5a4729b0
Pipeline
#109015821
passed with stages
in 22 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
run_coverage.py
run_coverage.py
+1
-1
No files found.
run_coverage.py
View file @
c5861070
...
...
@@ -132,7 +132,7 @@ def process_interface_version(interface_version):
for
primitive_id
,
primitive
in
known_primitives
.
items
():
if
primitive_id
not
in
primitives_used_in_pipelines
:
has_errored
=
True
print
(
primitive
[
'source'
][
'name'
],
primitive
[
'id'
],
primitive
[
'python_path'
],
flush
=
True
)
print
(
"Primitive is not used in any pipeline:"
,
primitive
[
'source'
][
'name'
],
primitive
[
'id'
],
primitive
[
'python_path'
],
flush
=
True
)
return
has_errored
...
...
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