Commit 6754ac69 authored by Rafael Monnerat's avatar Rafael Monnerat

Tinny style change

parent ab9c5d8d
...@@ -671,8 +671,7 @@ class SlapTool(BaseTool): ...@@ -671,8 +671,7 @@ class SlapTool(BaseTool):
if movement is None: if movement is None:
raise SoftwareInstanceNotReady raise SoftwareInstanceNotReady
software_instance = SoftwareInstance( software_instance = SoftwareInstance(
**self._getSalePackingListLineAsSoftwareInstance( **self._getSalePackingListLineAsSoftwareInstance(movement))
movement))
return xml_marshaller.xml_marshaller.dumps(software_instance) return xml_marshaller.xml_marshaller.dumps(software_instance)
#################################################### ####################################################
......
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