Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LHCbDIRAC
Manage
Activity
Members
Labels
Plan
Issues
16
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
10
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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 Dirac
LHCbDIRAC
Merge requests
!356
Fix extra curry brace in recoOutputVisFlag
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix extra curry brace in recoOutputVisFlag
corvo/LHCbDIRAC:FixBrace
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Marco Corvo
requested to merge
corvo/LHCbDIRAC:FixBrace
into
master
7 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Removed the extra curly brace in RecoStripping.py template
0
0
Merge request reports
Compare
master
version 1
d2e7cd79
7 years ago
master (base)
and
latest version
latest version
d2e7cd79
1 commit,
7 years ago
version 1
d2e7cd79
1 commit,
7 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
LHCbDIRAC/ProductionManagementSystem/Templates/RecoStripping_run.py
+
1
−
1
Options
@@ -81,7 +81,7 @@ recoIDPolicy = '{{recoIDPolicy#PROD-1:RECO(Stripp): policy for input data access
recoMulticoreFlag
=
'
{{recoMulticoreFLag#PROD-1: multicore flag#True}}
'
recoAncestorDepth
=
int
(
'
{{recoAncestorDepth#PROD-1: Ancestor Depth#0}}
'
)
recoCompressionLvl
=
'
{{recoCompressionLvl#PROD-1: compression level#Compression-ZLIB-1}}
'
recoOutputVisFlag
=
'
{{recoOutputVisFlag#PROD-1: Visibility flag of output files #Y}}
}
'
recoOutputVisFlag
=
'
{{recoOutputVisFlag#PROD-1: Visibility flag of output files #Y}}
'
try
:
recoOutputVisFlagSpecial
=
ast
.
literal_eval
(
'
{{recoOutputVisFlagSpecial#PROD-1: Special Visibility flag of output files (dict FType:Y|N )#}}
'
)
except
SyntaxError
:
Loading