Commit 9d25d12b authored by Alain Takoudjou's avatar Alain Takoudjou

Fix commit on getComputerConnectionParameterList

parent 75c5217f
......@@ -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