Skip to content
Snippets Groups Projects
Commit 1e052a83 authored by Firat Yusuf Duran's avatar Firat Yusuf Duran :moyai:
Browse files

fix profile save in memory

by adding providersegment name
parent fdd5b44e
No related branches found
No related tags found
2 merge requests!458Fluxio/dev get types,!449Fluxio preliminary release
......@@ -38,7 +38,7 @@ namespace armarx::skills::segment
ProfileLibraryCoreSegment::addProfile(const skills::manager::arondto::FluxioProfile& profile)
{
// add profile
armem::MemoryID& provId = id();
armem::MemoryID provId = id().withProviderSegmentName("FluxioProfile");
armem::Commit commit;
armem::EntityUpdate& entityUpdate = commit.add();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment