← Back to team overview

curtin-dev team mailing list archive

Re: [Merge] ~raharper/curtin:fix/multipath-lvm-dirty-setup into curtin:master

 

For some reason we *sometimes* hit this pylint error:


curtin/commands/install_grub.py:88:19: E1101: Instance of 'Distros' has no 'debian' member (no-member)
curtin/commands/install_grub.py:150:28: E1101: Instance of 'Distros' has no 'redhat' member (no-member)
curtin/commands/install_grub.py:235:28: E1101: Instance of 'Distros' has no 'debian' member (no-member)
curtin/commands/install_grub.py:239:30: E1101: Instance of 'Distros' has no 'redhat' member (no-member)
curtin/commands/install_grub.py:252:28: E1101: Instance of 'Distros' has no 'debian' member (no-member)
curtin/commands/install_grub.py:255:30: E1101: Instance of 'Distros' has no 'redhat' member (no-member)
curtin/commands/install_grub.py:290:28: E1101: Instance of 'Distros' has no 'debian' member (no-member)
curtin/commands/install_grub.py:293:30: E1101: Instance of 'Distros' has no 'redhat' member (no-member)
curtin/commands/install_grub.py:353:40: E1101: Instance of 'Distros' has no 'redhat' member (no-member)


the stress is on *sometimes*: it doesn't always happen. I think this started happening with

https://git.launchpad.net/curtin/commit/?id=df0ca5b7e01fa7679a549644e8426d35f27be66b

but I'm still not sure on why it's flaky.

For what concerns this MP, the autolander will re-run automatically and the MP will eventually land.
-- 
https://code.launchpad.net/~raharper/curtin/+git/curtin/+merge/391934
Your team curtin developers is subscribed to branch curtin:master.


References