Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
bliss
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
330
Issues
330
List
Boards
Labels
Milestones
JIRA
JIRA
Merge Requests
53
Merge Requests
53
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bliss
bliss
Commits
bc3b50e6
Commit
bc3b50e6
authored
Jan 09, 2019
by
Matias Guijarro
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'opiom_fix' into 'master'
opiom: make "program" config. key optional See merge request
!1005
parents
64526c19
21f917c6
Pipeline
#7186
passed with stages
in 19 minutes and 32 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bliss/controllers/opiom.py
bliss/controllers/opiom.py
+1
-1
No files found.
bliss/controllers/opiom.py
View file @
bc3b50e6
...
...
@@ -55,7 +55,7 @@ class Opiom:
self
.
_cnx
=
get_comm
(
comm_config
,
ctype
=
comm_type
,
timeout
=
3
)
self
.
_cnx
.
flush
()
self
.
__program
=
config_tree
[
"program"
]
self
.
__program
=
config_tree
.
get
(
"program"
,
"default"
)
self
.
__base_path
=
config_tree
.
get
(
"opiom_prg_root"
,
OPIOM_PRG_ROOT
)
self
.
__debug
=
False
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment