Skip to content

Commit

Permalink
Merge pull request #257 from mirguest/master
Browse files Browse the repository at this point in the history
Fix missing 'import os'.
  • Loading branch information
mirguest authored Dec 27, 2023
2 parents 4b59fde + 1ab0491 commit e289b09
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 e289b09

Please sign in to comment.