Skip to content

Commit

Permalink
[Python 3] fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Apr 9, 2019
1 parent 414dc57 commit 21cf4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gepetto/corbaserver/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(self, clients = defaultClients, url = None, host = None, port = Non
try:
self.initWithDirectLink (urlGepettoGui)
except CorbaError as e:
print e
print(e)
pass
if self.gui is None:
self.initWithNameService (urlNameService)
Expand Down

0 comments on commit 21cf4c1

Please sign in to comment.