Code review comment for ~mwhudson/curtin:lp-1893818

Revision history for this message
Paride Legovini (paride) wrote :

pylint is flaky with the usual:

00:12:11.509 ************* Module curtin.commands.install_grub
00:12:11.509 curtin/commands/install_grub.py:93:19: E1101: Instance of 'Distros' has no 'debian' member (no-member)
00:12:11.509 curtin/commands/install_grub.py:155:28: E1101: Instance of 'Distros' has no 'redhat' member (no-member)
00:12:11.509 curtin/commands/install_grub.py:246:28: E1101: Instance of 'Distros' has no 'debian' member (no-member)

« Back to merge proposal