Commit 22437b34 authored by Gabriel Monnerat's avatar Gabriel Monnerat

Typo

parent 2ddcc490
......@@ -83,7 +83,7 @@ return None\n
</item>
<item>
<key> <string>id</string> </key>
<value> <string>SalePackinListLine_asSoftwareInstnaceComputerPartitionMergedDict</string> </value>
<value> <string>SalePackingListLine_asSoftwareInstanceComputerPartitionMergedDict</string> </value>
</item>
</dictionary>
</pickle>
......
382
\ No newline at end of file
383
\ No newline at end of file
......@@ -737,7 +737,7 @@ class SlapTool(BaseTool):
def _getSalePackingListLineAsSoftwareInstance(self, sale_packing_list_line):
merged_dict = sale_packing_list_line.\
SalePackinListLine_asSoftwareInstnaceComputerPartitionMergedDict()
SalePackingListLine_asSoftwareInstanceComputerPartitionMergedDict()
if merged_dict is None:
LOG('SlapTool._getSalePackingListLineAsSoftwareInstance', INFO,
'%s returned no information' % sale_packing_list_line.getRelativeUrl())
......
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