From 35cb8f71a741b1369ded6182cd69339d7f3c7023 Mon Sep 17 00:00:00 2001 From: Jiri Kucera Date: Tue, 15 Jun 2021 11:13:08 +0200 Subject: [PATCH] mount.py: Fix docstring --- src/pylorax/mount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pylorax/mount.py b/src/pylorax/mount.py index 19e399b3..e51cafb9 100644 --- a/src/pylorax/mount.py +++ b/src/pylorax/mount.py @@ -92,7 +92,7 @@ class IsoMountpoint(object): def get_iso_label(self): """ - Get the iso's label using isoinfo + Get the iso's label using pycdlib Sets self.label if one is found """