Skip to content
Snippets Groups Projects
Commit 149dee2a authored by Joana Plewnia's avatar Joana Plewnia
Browse files

Memory ID Fix

parent 0286988c
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -30,6 +30,7 @@ namespace armarx::armem::server::ltm
for (const auto& subdirName : getAllDirectories())
{
std::string segmentName = util::fs::detail::unescapeName(subdirName);
segmentName = util::fs::detail::extractLastDirectoryFromPath(segmentName);
ProviderSegment c(getMemoryBasePath(),
getSettings(),
getExportName(),
......
......@@ -33,6 +33,7 @@ namespace armarx::armem::server::ltm
{
std::string segmentName = util::fs::detail::unescapeName(subdirName);
segmentName = util::fs::detail::extractLastDirectoryFromPath(segmentName);
Entity c(getMemoryBasePath(),
getSettings(),
getExportName(),
......
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