Commit b25f64d3 authored by Xavier Thompson's avatar Xavier Thompson

slap: Fix ComputerPartition.__getinitargs__

parent fe7c1818
......@@ -469,7 +469,7 @@ class ComputerPartition(SlapRequester):
self._updateTransactionFile(partition_reference=None)
def __getinitargs__(self):
return (self._computer_id, self._partition_id, )
return (self._computer_id, self._partition_id, self._request_dict)
def _updateTransactionFile(self, partition_reference=None):
"""
......
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