Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.base
Commits
a215ab22
Commit
a215ab22
authored
Jun 20, 2016
by
Pavel KORSHUNOV
Browse files
Setting specified protocol correctly
parent
1804d585
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/base/tools/command_line.py
View file @
a215ab22
...
...
@@ -252,7 +252,7 @@ def initialize(parsers, command_line_parameters=None, skips=[]):
# protocol command line override
if
args
.
protocol
is
not
None
:
args
.
database
.
set_
protocol
(
args
.
protocol
)
# set the protocol if it is specified
args
.
database
.
protocol
=
args
.
protocol
# set the protocol if it is specified
protocol
=
'None'
if
args
.
database
.
protocol
is
None
else
args
.
database
.
protocol
...
...
Write
Preview
Supports
Markdown
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