Skip to content
Snippets Groups Projects
Commit 3db83789 authored by Ewelina Maria Lobodzinska's avatar Ewelina Maria Lobodzinska
Browse files

update MG to a bug-fix version 2.7.3p3.atlas5

parent 315269cf
No related branches found
No related tags found
No related merge requests found
......@@ -549,8 +549,8 @@ rel = os.popen("echo $AtlasVersion").read()
rel = rel.strip()
errorBL = checkBlackList("AthGeneration",rel,gennames)
if (errorBL):
# raise RuntimeError("This run is blacklisted for this generator, please use a different one !! "+ errorBL)
evgenLog.warning("This run is blacklisted for this generator, please use a different one !! "+ errorBL )
raise RuntimeError("This run is blacklisted for this generator, please use a different one !! "+ errorBL)
# evgenLog.warning("This run is blacklisted for this generator, please use a different one !! "+ errorBL )
##==============================================================
......
......@@ -490,8 +490,8 @@ rel = os.popen("echo $AtlasVersion").read()
rel = rel.strip()
errorBL = checkBlackList("AthGeneration",rel,gennames)
if (errorBL):
evgenLog.warning("This run is blacklisted for this generator, please use a different one !! "+ errorBL )
# raise RuntimeError("This run is blacklisted for this generator, please use a different one !! "+ errorBL)
# evgenLog.warning("This run is blacklisted for this generator, please use a different one !! "+ errorBL )
raise RuntimeError("This run is blacklisted for this generator, please use a different one !! "+ errorBL)
##==============================================================
## Handling of a post-include/exec args at the end of standard configuration
......
#
#
# File specifying the location of MadGraph to use.
#
......
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