Skip to content

Commit

Permalink
Fixed the problem being unable to load more ws if group loading failed.
Browse files Browse the repository at this point in the history
Refs #7557
  • Loading branch information
arturbekasov committed Oct 17, 2013
1 parent 4c64d06 commit ae512fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/MantidQt/CustomInterfaces/src/MuonAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit ae512fb

Please sign in to comment.