You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In /aminator/plugins/distro/linux.py method
teardown_chroot_mounts
makes function callself._unmount(mountpoint)
giving string (device path) as parameter but_unmount
function expects namedtupleMountSpec
as parameter. This causes exception and amination failure.The text was updated successfully, but these errors were encountered: