Skip to content

Commit e6f52de

Browse files
committed
Make sure to actually run the collection patcher
1 parent 65d5c55 commit e6f52de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

StandardConfig/production/ILDReconstruction.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ def get_compact_file_path(detector_model: str):
287287
collPatcherRec.Parameters = {
288288
"PatchCollections": parse_collection_patch_file(REC_COLLECTION_CONTENTS_FILE)
289289
}
290+
algList.append(collPatcherRec)
290291

291292
output_commands = ["keep *"]
292293
output_commands.extend(get_drop_collections(CONSTANTS, True))

0 commit comments

Comments
 (0)