Skip to content

Commit 9094fe8

Browse files
committed
Fixed config disk mapping bug
1 parent c705ddb commit 9094fe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linode/objects/linode/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ def _populate(self, json):
3838
for key in vars(self.disks):
3939
if self.disks.__getattribute__(key):
4040
self.disks.__setattr__(key,
41-
mapper.make(self.disks.__getattribute__(key).id,
41+
mapper.make(self.disks.__getattribute__(key),
4242
self._client, parent_id=self.linode_id, cls=Disk))

0 commit comments

Comments
 (0)