Skip to content

Wrong parameter type in teardown_chroot_mounts call #271

@tompsku

Description

@tompsku

In /aminator/plugins/distro/linux.py method teardown_chroot_mounts makes function call self._unmount(mountpoint) giving string (device path) as parameter but _unmount function expects namedtuple MountSpec as parameter. This causes exception and amination failure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions