Skip to content
Snippets Groups Projects
Commit 7496a1da authored by Julian Tusch's avatar Julian Tusch :no_entry_sign:
Browse files

uncommented line to get it to build for now

parent 037144a8
No related branches found
No related tags found
3 merge requests!460Draft: fluxio/dev-skill-timeout,!449Fluxio preliminary release,!446Draft: Fluxio related changes
Pipeline #18664 failed
......@@ -182,7 +182,7 @@ namespace armarx
}
skills::manager::dto::FluxioProfile SkillManagerComponentPluginUser::createProfile(const skills::manager::dto::FluxioProfile& profile,const Ice::Current& current){
profile.id = IceUtil::generateUUID();
//profile.id = IceUtil::generateUUID(); // TODO: why does this not work?
this->plugin->createProfile(skills::FluxioProfile::FromIce(profile));
return profile;
}
......
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