Skip to content
Snippets Groups Projects
Commit 1ab0491a authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

Fix missing 'import os'.

parent 4b59fded
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ from Gaudi.Configuration import * ...@@ -9,7 +9,7 @@ from Gaudi.Configuration import *
# geometry_option = "CepC_v4-onlyTracker.xml" # geometry_option = "CepC_v4-onlyTracker.xml"
# geometry_option = "CepC_v4-onlyVXD.xml" # geometry_option = "CepC_v4-onlyVXD.xml"
geometry_option = "CepC_v4-onlyECAL.xml" geometry_option = "CepC_v4-onlyECAL.xml"
import os
if not os.getenv("DETCEPCV4ROOT"): if not os.getenv("DETCEPCV4ROOT"):
print("Can't find the geometry. Please setup envvar DETCEPCV4ROOT." ) print("Can't find the geometry. Please setup envvar DETCEPCV4ROOT." )
sys.exit(-1) sys.exit(-1)
......
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