Commit 3614faf7 authored by Alain Takoudjou's avatar Alain Takoudjou Committed by Rafael Monnerat

Fix commit on getComputerConnectionParameterList

parent 45497d41
......@@ -1419,7 +1419,7 @@ class SlapTool(BaseTool):
parameter_dict = {}
parameter_list.append(parameter_dict)
return xml_marshaller.xml_marshaller.dumps(parameter_list)
return parameter_list
@UnrestrictedMethod
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment