Skip to content
Snippets Groups Projects
Commit bc021e1d authored by Sevda Esen's avatar Sevda Esen
Browse files

add lines_maker option to LbExec options to be compatible with Moore options

parent 4f0c3132
No related branches found
No related tags found
2 merge requests!4631add lines_maker option to LbExec options to be compatible with Moore options,!4597Synchronize master branch with 2024-patches
Pipeline #7694189 passed
......@@ -15,7 +15,7 @@ import re
from contextlib import contextmanager
from enum import Enum
from itertools import product
from typing import Optional
from typing import Optional, Callable
# Workaround for https://gitlab.cern.ch/lhcb/LHCb/-/issues/292
import warnings
......@@ -175,6 +175,7 @@ class Options(BaseModel):
data_flow_file: Optional[str] = None
phoenix_filename: Optional[str] = None
preamble_algs: list = []
lines_maker: Callable = None
# Define list of auditors to run. Possible common choices include
# "NameAuditor", "MemoryAuditor" or "ChronoAuditor".
# For a full list see Gaudi documentation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment