From 1ab0491af2d491c70eadd773c021aa4d658dc697 Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Wed, 27 Dec 2023 13:09:00 +0800
Subject: [PATCH] Fix missing 'import os'.

---
 Examples/options/dumpid.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Examples/options/dumpid.py b/Examples/options/dumpid.py
index e8ce40f7..ef9a45ce 100644
--- a/Examples/options/dumpid.py
+++ b/Examples/options/dumpid.py
@@ -9,7 +9,7 @@ from Gaudi.Configuration import *
 # 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)
-- 
GitLab