Skip to content
Snippets Groups Projects
Commit 1c06810d authored by Fabian Reister's avatar Fabian Reister
Browse files

ObjectInfo: relative path without package name prefix

parent d482b53d
No related branches found
No related tags found
1 merge request!317Feature/open fridge
......@@ -61,7 +61,7 @@ namespace armarx
ObjectInfo::path ObjectInfo::objectDirectory() const
{
return path(_packageName) / _relObjectsPath / _id.dataset() / _id.className();
return path(_relObjectsPath) / _id.dataset() / _id.className();
}
PackageFileLocation ObjectInfo::file(const std::string& _extension, const std::string& suffix) const
......@@ -293,5 +293,3 @@ std::ostream& armarx::operator<<(std::ostream& os, const ObjectInfo& rhs)
{
return os << rhs.id();
}
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