Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
a2d65216
Commit
a2d65216
authored
Sep 13, 2019
by
Guilhem Saurel
Browse files
workaround weird dependency between example & pinocchio
parent
763fab90
Pipeline
#5652
passed with stage
in 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
a2d65216
...
...
@@ -1194,4 +1194,12 @@ def ordered_projects():
for
old
,
new
in
switch
:
lst
[
old
],
lst
[
new
]
=
lst
[
new
],
lst
[
old
]
# py-example-robot-data depends on py-pinocchio
# even though pinocchio could depend on example-robot-data
example
=
lst
.
index
((
'wip'
,
'py-example-robot-data'
))
pinocchio
=
lst
.
index
((
'math'
,
'py-pinocchio'
))
example
=
lst
.
pop
(
example
)
lst
.
insert
(
pinocchio
,
example
)
return
lst
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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