Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-rbprm-corba
Commits
7a87520a
Commit
7a87520a
authored
Oct 04, 2021
by
Guilhem Saurel
Browse files
fix default port
parent
8da3fb98
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hpp/corbaserver/rbprm/client.py
View file @
7a87520a
...
...
@@ -30,7 +30,7 @@ class Client(_Parent):
'builder'
:
RbprmBuilder
,
}
def
__init__
(
self
,
url
=
None
,
context
=
"corbaserver"
,
port
=
13331
):
def
__init__
(
self
,
url
=
None
,
context
=
"corbaserver"
,
port
=
None
):
"""
Initialize CORBA and create default clients.
:param url: URL in the IOR, corbaloc, corbalocs, and corbanames formats.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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