Didn't see it used anywhere, so I hope it will not break any compatibility. All other functions have ...By... --- storage/devicetree.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/devicetree.py b/storage/devicetree.py index b015b55..3f8e085 100644 --- a/storage/devicetree.py +++ b/storage/devicetree.py @@ -1382,7 +1382,7 @@ class DeviceTree(object): return found - def getDevicebyLabel(self, label): + def getDeviceByLabel(self, label): found = None for device in self._devices: _label = getattr(device.format, "label", None) -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list