[Bug 1661297] Re: Partition's set_name() not properly exported
Łukasz Zemczak
1661297 at bugs.launchpad.net
Fri Jul 14 11:47:42 UTC 2017
Upstream has prepared a fix for this, it should be part of the next
pyparted release.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to pyparted in Ubuntu.
https://bugs.launchpad.net/bugs/1661297
Title:
Partition's set_name() not properly exported
Status in pyparted package in Ubuntu:
New
Bug description:
In the python libparted bindings the Partition object exports
get_name() through a name property but doesn't actually export the
set_name() method along with it. This means that currently setting the
name of a partition requires calling the internal PedPartition method
like this:
partition._Partition__partition.set_name(name)
...which is rather ugly.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyparted/+bug/1661297/+subscriptions
More information about the foundations-bugs
mailing list