Skip to content

Commit

Permalink
moved B2 root to constants
Browse files Browse the repository at this point in the history
  • Loading branch information
awegsche committed Dec 7, 2023
1 parent 478df4a commit dd9e78b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions omc3/model/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@

ACCELERATOR_MODEL_REPOSITORY = Path("/afs/cern.ch/eng/acc-models")
MODIFIER_BRANCH = "operation/optics"

B2_ERRORS_ROOT = Path("/afs/cern.ch/eng/sl/lintrack/error_tables/")
3 changes: 1 addition & 2 deletions omc3/model/model_creators/lhc_model_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@
PATHFETCHER, AFSFETCHER, # GITFETCHER, LSAFETCHER,
ACCELERATOR_MODEL_REPOSITORY,
MODIFIER_BRANCH,
B2_ERRORS_ROOT,
)
from omc3.model.model_creators.abstract_model_creator import ModelCreator, check_folder_choices
from omc3.utils import iotools

B2_ERRORS_ROOT = pathlib.Path("/afs/cern.ch/eng/sl/lintrack/error_tables/")

LOGGER = logging.getLogger(__name__)


Expand Down

0 comments on commit dd9e78b

Please sign in to comment.