Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong parameter type in teardown_chroot_mounts call #271

Open
tompsku opened this issue Mar 18, 2019 · 0 comments
Open

Wrong parameter type in teardown_chroot_mounts call #271

tompsku opened this issue Mar 18, 2019 · 0 comments

Comments

@tompsku
Copy link

tompsku commented Mar 18, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant