Skip to content
Snippets Groups Projects

Allow loading of LTM exports to the Viewer, although the memory servers have not been started

Merged Fabian Tërnava requested to merge armem_gui/allow_load_inactive_memories_ltm into master
2 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -267,7 +267,7 @@ namespace armarx::armem::gui
{
std::stringstream ss;
ss << "Memory name '" << memoryName
<< "' is unknown. Known are: " << simox::alg::get_keys(memoryData);
<< "' is unknown. Known are: " << simox::alg::to_string(simox::alg::get_keys(memoryData), ", ");
statusLabel->setText(QString::fromStdString(ss.str()));
return nullptr;
}
Loading