diff --git a/Examples/options/dumpid.py b/Examples/options/dumpid.py index e8ce40f76..ef9a45ce1 100644 --- a/Examples/options/dumpid.py +++ b/Examples/options/dumpid.py @@ -9,7 +9,7 @@ # geometry_option = "CepC_v4-onlyTracker.xml" # geometry_option = "CepC_v4-onlyVXD.xml" geometry_option = "CepC_v4-onlyECAL.xml" - +import os if not os.getenv("DETCEPCV4ROOT"): print("Can't find the geometry. Please setup envvar DETCEPCV4ROOT." ) sys.exit(-1)