Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LbScripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LHCb Core Software
LbScripts
Merge requests
!229
import SoftConfDB only when needed
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
import SoftConfDB only when needed
NoAriadne
into
master
Overview
0
Commits
1
Changes
1
Merged
Ben Couturier
requested to merge
NoAriadne
into
master
7 years ago
Overview
0
Commits
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
79ff0296
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
LbRelease/python/LbRelease/SoftConfDB/LbSdbQuery.py
+
1
−
1
Options
@@ -3,7 +3,6 @@ Created on May 6, 2013
@author: Ben Couturier
'''
from
SoftConfDB
import
SoftConfDB
from
LbUtils.Script
import
Script
from
LbConfiguration.Version
import
sortVersions
@@ -64,6 +63,7 @@ class LbSdbQuery(Script):
from
SoftConfDBRO
import
SoftConfDBRO
self
.
mConfDB
=
SoftConfDBRO
()
else
:
from
SoftConfDB
import
SoftConfDB
self
.
mConfDB
=
SoftConfDB
()
if
opts
.
log_level
==
'
DEBUG
'
:
Loading