Commit 49beb930 authored by Łukasz Nowak's avatar Łukasz Nowak

Fixup b62018dc

parent 5ff4bc74
...@@ -408,7 +408,7 @@ class InstancePublisher(GenericPublisher): ...@@ -408,7 +408,7 @@ class InstancePublisher(GenericPublisher):
portal_type="Person") portal_type="Person")
else: else:
raise NotImplementedError, "Can not get Person document" raise NotImplementedError, "Can not get Person document"
user.Person_findPartition( result = user.Person_findPartition(
self.jbody['software_release'], self.jbody['software_release'],
self.jbody['software_type'], self.jbody['software_type'],
('Software Instance', 'Slave Instance')[int(self.jbody['slave'])], ('Software Instance', 'Slave Instance')[int(self.jbody['slave'])],
......
9 10
\ 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