Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Allen
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
Container Registry
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
Allen
Merge requests
!1869
Fix incorrect indent level in BinaryDumpers/options/allen.py
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix incorrect indent level in BinaryDumpers/options/allen.py
fix-python-indent-level
into
master
Overview
5
Commits
1
Pipelines
4
Changes
1
Merged
Christopher Rob Jones
requested to merge
fix-python-indent-level
into
master
2 months ago
Overview
5
Commits
1
Pipelines
4
Changes
1
Expand
2
0
Merge request reports
Compare
master
version 5
b3e0dbf6
2 months ago
version 4
32c01014
2 months ago
version 3
bada41e5
2 months ago
version 2
bada41e5
2 months ago
version 1
4a3f3c77
2 months ago
master (base)
and
latest version
latest version
b3e0dbf6
1 commit,
2 months ago
version 5
b3e0dbf6
1 commit,
2 months ago
version 4
32c01014
1 commit,
2 months ago
version 3
bada41e5
1 commit,
2 months ago
version 2
bada41e5
1 commit,
2 months ago
version 1
4a3f3c77
1 commit,
2 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dumpers/BinaryDumpers/options/allen.py
+
1
−
1
Options
@@ -217,7 +217,7 @@ else:
for
entry
in
args
.
tags
.
split
(
'
|
'
):
build
,
t
=
entry
.
split
(
'
:
'
)
tags
[
build
]
=
t
.
split
(
'
,
'
)
dddb_tag
,
conddb_tag
=
tags
[
'
dd4hep
'
if
UseDD4Hep
else
'
detdesc
'
]
dddb_tag
,
conddb_tag
=
tags
[
'
dd4hep
'
if
UseDD4Hep
else
'
detdesc
'
]
else
:
dddb_tag
,
conddb_tag
=
args
.
tags
.
split
(
'
,
'
)
Loading