Commit 2d04ef4a authored by Romain Courteaud's avatar Romain Courteaud

Typo

parent 5ce995a1
...@@ -93,7 +93,7 @@ catalog_result = portal.portal_catalog(portal_type="Sale Packing List Line",\n ...@@ -93,7 +93,7 @@ catalog_result = portal.portal_catalog(portal_type="Sale Packing List Line",\n
aggregate_portal_type="Slave Instance",\n aggregate_portal_type="Slave Instance",\n
simulation_state=state_list,\n simulation_state=state_list,\n
limit=1,\n limit=1,\n
default_aggregate_uid=[computer_partition.getUid(), software_release.getUid(), obj.getuid()]\n default_aggregate_uid=[computer_partition.getUid(), software_release.getUid(), obj.getUid()]\n
)\n )\n
\n \n
if len(catalog_result) == 0:\n if len(catalog_result) == 0:\n
......
362 363
\ No newline at end of file \ No newline at end of file
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