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

Typo

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