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
f468406b
Commit
f468406b
authored
2 years ago
by
Shunan Zhang
Browse files
Options
Downloads
Patches
Plain Diff
fix error message
parent
aebdc249
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1507
Move spruce_all_lines_analytics test to nightlies
Pipeline
#3861715
passed with warnings
2 years ago
Stage: check
Stage: build
Stage: docs
Stage: .post
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Hlt/Hlt2Conf/options/sprucing/spruce_all_lines_analytics.py
+2
-2
2 additions, 2 deletions
Hlt/Hlt2Conf/options/sprucing/spruce_all_lines_analytics.py
with
2 additions
and
2 deletions
Hlt/Hlt2Conf/options/sprucing/spruce_all_lines_analytics.py
+
2
−
2
View file @
f468406b
...
...
@@ -47,7 +47,7 @@ from RecoConf.reconstruction_objects import reconstruction
import
XRootD.client
from
Configurables
import
HltANNSvc
from
PyConf
import
ConfigurationError
from
PyConf
.utilities
import
ConfigurationError
from
Moore.streams_hlt2
import
DETECTOR_RAW_BANK_TYPES
,
HLT1_REPORT_RAW_BANK_TYPES
,
HLT2_REPORT_RAW_BANK_TYPES
import
Moore.streams_spruce
...
...
@@ -77,7 +77,7 @@ WGs = {
wg
=
'
all
'
########################
if
wg
not
in
WGs
.
keys
():
raise
ConfigurationError
(
'
Working group (
"
wg
"
) not recognised.
'
)
raise
ConfigurationError
(
f
'
Working group (
{
wg
}
) not recognised.
'
)
## Return HltANNSvc when tck is on eos
...
...
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