Skip to content
Snippets Groups Projects
Commit ae512fb1 authored by Arturs Bekasovs's avatar Arturs Bekasovs
Browse files

Fixed the problem being unable to load more ws if group loading failed.

Refs #7557
parent 4c64d061
No related branches found
No related tags found
No related merge requests found
......@@ -430,6 +430,7 @@ void MuonAnalysis::runLoadGroupButton()
{
g_log.error("Unable to load grouping. Data left unchanged");
g_log.error(e.what());
m_updating = false;
return;
}
......
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