Commit 7acdfd60 authored by Romain Courteaud's avatar Romain Courteaud

Typo

parent 9aad3370
......@@ -59,9 +59,9 @@ for computer_partition in [x for x in computer.contentValues(portal_type=\'Compu
):\n
instance = instance_sql.getObject()\n
if instance.getSlapState() in ["start_requested", "stop_requested"]:\n
software_instance.activate().SoftwareInstance_bangAsSelf(\n
relative_url=software_instance.getRelativeUrl(),\n
reference=software_instance.getReference(), \n
instance.activate().SoftwareInstance_bangAsSelf(\n
relative_url=instance.getRelativeUrl(),\n
reference=instance.getReference(), \n
comment=state_change.kwargs.get(\'comment\', \'\'))\n
</string> </value>
</item>
......
753
\ No newline at end of file
754
\ 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