Skip to content

Commit

Permalink
Make sure that py_utils can be imported (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Feb 3, 2025
1 parent 19c63b1 commit 0147a9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions StandardConfig/production/ILDReconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
from k4FWCore.parseArgs import parser
from k4MarlinWrapper.parseConstants import parseConstants

# Make sure we have the py_utils on the PYHTONPATH (but don't give them any more
# importance than necessary)
sys.path.append(Path(__file__).parent)
from py_utils import SequenceLoader, import_from, parse_collection_patch_file

# only non-FCCMDI models
Expand Down

0 comments on commit 0147a9c

Please sign in to comment.