Skip to content
Snippets Groups Projects
Commit bc78587e authored by Viktor Klochkov's avatar Viktor Klochkov :eyes:
Browse files

Update src/Configuration.h

parent a4767bf4
No related branches found
No related tags found
1 merge request!9Template way
Pipeline #3015 failed
......@@ -47,6 +47,7 @@ class Configuration : public TObject{
if (branch.GetName() == name)
return branch;
}
std::cout << "BranchConfig::GetBranchConfig - no branch!!" << std::endl;
exit(EXIT_FAILURE);
}
......
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