diff --git a/src/modules/packages/main.py b/src/modules/packages/main.py index 62c486c06..028a0ea1a 100644 --- a/src/modules/packages/main.py +++ b/src/modules/packages/main.py @@ -23,7 +23,7 @@ from libcalamares.utils import check_chroot_call, chroot_call class PackageManager: - """ Package manager class + """ Package manager class. :param backend: """ diff --git a/src/modules/unpackfs/main.py b/src/modules/unpackfs/main.py index 4b119dc35..bc43475b6 100644 --- a/src/modules/unpackfs/main.py +++ b/src/modules/unpackfs/main.py @@ -225,7 +225,7 @@ class UnpackOperation: def run(): - """ Unsquashes given filesystem from given image file. + """ Unsquashes filesystem from given image file. from globalstorage: rootMountPoint from job.configuration: the path to where to mount the source image(s) for copying