Skip to content
Snippets Groups Projects
Commit 21cf4c1d authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[Python 3] fix syntax

parent 414dc570
No related branches found
Tags v5.2.1
No related merge requests found
Pipeline #4256 failed
......@@ -86,7 +86,7 @@ class Client:
try:
self.initWithDirectLink (urlGepettoGui)
except CorbaError as e:
print e
print(e)
pass
if self.gui is None:
self.initWithNameService (urlNameService)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment