1 parent c705ddb commit 9094fe8Copy full SHA for 9094fe8
1 file changed
linode/objects/linode/config.py
@@ -38,5 +38,5 @@ def _populate(self, json):
38
for key in vars(self.disks):
39
if self.disks.__getattribute__(key):
40
self.disks.__setattr__(key,
41
- mapper.make(self.disks.__getattribute__(key).id,
+ mapper.make(self.disks.__getattribute__(key),
42
self._client, parent_id=self.linode_id, cls=Disk))
0 commit comments