Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python3 ArmarX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
Python3 ArmarX
Commits
191cba42
Commit
191cba42
authored
4 months ago
by
Moritz Gleissner
Browse files
Options
Downloads
Patches
Plain Diff
hotfix(profiles): no more cut of profiles
parent
ed29b7f7
No related branches found
Branches containing commit
No related tags found
1 merge request
!68
Fluxio preliminary release
Pipeline
#21730
failed
4 months ago
Stage: setup-venv
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
armarx_skills/manager/skill_manager.py
+2
-1
2 additions, 1 deletion
armarx_skills/manager/skill_manager.py
with
2 additions
and
1 deletion
armarx_skills/manager/skill_manager.py
+
2
−
1
View file @
191cba42
...
...
@@ -267,10 +267,11 @@ class SkillManager:
# sort profiles by dependencies
save_break
=
0
prof_len
=
len
(
profiles
)
sorted_profiles
=
[]
while
len
(
profiles
)
>
0
:
# save break with pover of 2
if
save_break
==
2
**
len
(
prof
i
le
s
)
:
if
save_break
==
2
**
prof
_
le
n
:
break
for
p
in
profiles
:
if
p
.
parentId
is
None
or
p
.
parentId
.
id
in
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment