Commit 4a4b982d authored by Romain Courteaud's avatar Romain Courteaud

Typo

parent 9bdbf807
...@@ -61,7 +61,7 @@ kwargs = state_change.kwargs\n ...@@ -61,7 +61,7 @@ kwargs = state_change.kwargs\n
try:\n try:\n
computer_partition_url = kwargs[\'computer_partition\']\n computer_partition_url = kwargs[\'computer_partition\']\n
except KeyError:\n except KeyError:\n
raise TypeError, "RequesterInstance_request takes exactly 1 argument"\n raise TypeError, "RequestedInstance_allocatePartition takes exactly 1 argument"\n
\n \n
assert instance.getAggregateValue() is None\n assert instance.getAggregateValue() is None\n
computer_partition = portal.restrictedTraverse(computer_partition_url)\n computer_partition = portal.restrictedTraverse(computer_partition_url)\n
......
21 22
\ 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