Skip to content

Commit

Permalink
Fix missing 'import os'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mirguest committed Dec 27, 2023
1 parent 4b59fde commit 1ab0491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/options/dumpid.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1ab0491

Please sign in to comment.