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

YATTA: Yet another typo..TA!

parent 0f5b08ca
...@@ -82,7 +82,7 @@ def assignComputerPartition(software_instance):\n ...@@ -82,7 +82,7 @@ def assignComputerPartition(software_instance):\n
return (None, None)\n return (None, None)\n
\n \n
software_instance = context\n software_instance = context\n
if software_instance.getValidataionState() != \'validated\' \\\n if software_instance.getValidationState() != \'validated\' \\\n
or software_instance.getSlapState() not in (\'start_requested\', \'stop_requested\') \\\n or software_instance.getSlapState() not in (\'start_requested\', \'stop_requested\') \\\n
or software_instance.getAggregateValue(portal_type=\'Computer Partition\') is not None:\n or software_instance.getAggregateValue(portal_type=\'Computer Partition\') is not None:\n
return\n return\n
......
105 106
\ 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