Commit d274d0d9 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix typo.

parent 88b36afd
...@@ -179,11 +179,11 @@ else:\n ...@@ -179,11 +179,11 @@ else:\n
activate_kw={\'tag\': tag},\n activate_kw={\'tag\': tag},\n
)\n )\n
if state == \'started\':\n if state == \'started\':\n
software_instance.startRequested()\n request_software_instance.startRequested()\n
software_instance.activate(after_tag=tag).requestStartComputerPartition()\n request_software_instance.activate(after_tag=tag).requestStartComputerPartition()\n
elif state == \'stopped\':\n elif state == \'stopped\':\n
software_instance.stopRequested()\n request_software_instance.stopRequested()\n
software_instance.activate(after_tag=tag).requestStopComputerPartition()\n request_software_instance.activate(after_tag=tag).requestStopComputerPartition()\n
]]></string> </value> ]]></string> </value>
......
380 381
\ 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