Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Moore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Moore
Commits
7de09d1d
Commit
7de09d1d
authored
1 month ago
by
Sebastien Ponce
Committed by
Christopher Rob Jones
1 week ago
Browse files
Options
Downloads
Patches
Plain Diff
support for pydantic2
parent
c6e35d2a
No related branches found
No related tags found
1 merge request
!4305
support for pydantic2
Pipeline
#11017526
passed
1 week ago
Stage: check
Stage: build
Stage: docs
Stage: .post
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Hlt/Moore/python/Moore/production.py
+1
-1
1 addition, 1 deletion
Hlt/Moore/python/Moore/production.py
with
1 addition
and
1 deletion
Hlt/Moore/python/Moore/production.py
+
1
−
1
View file @
7de09d1d
...
...
@@ -67,7 +67,7 @@ def hlt2(options: Options, *raw_args):
"
Hlt2Conf.settings.
"
+
args
.
settings
,
package
=
__package__
)
make_streams
=
module
.
make_streams
elif
options
.
lines_maker
:
elif
getattr
(
options
,
"
lines_maker
"
,
None
)
:
make_streams
=
options
.
lines_maker
else
:
from
Hlt2Conf.settings.defaults
import
make_all_lines
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment