Skip to content
Snippets Groups Projects
Commit 6b05d34a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

missing attribs

parent 2034b1ce
Branches
Tags
No related merge requests found
...@@ -1092,6 +1092,8 @@ void Msg::RunOnelabClient(const std::string &name) ...@@ -1092,6 +1092,8 @@ void Msg::RunOnelabClient(const std::string &name)
return; return;
} }
onelab::string o(name + "/Action", "compute"); onelab::string o(name + "/Action", "compute");
o.setVisible(false);
o.setNeverChanged(true);
onelab::server::instance()->set(o); onelab::server::instance()->set(o);
it->second->run(); it->second->run();
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment