URL: https://github.com/freeipa/freeipa/pull/681
Title: #681: Fix ipadiscovery
martbab commented:
"""
Hi Alex, a few comments:
1.) please see PEP8 guide for correct Python formatting
https://www.python.org/dev/peps/pep-0008/ namely, do not use tabs but 4 spaces
for indentation.
2.) I do not
URL: https://github.com/freeipa/freeipa/pull/681
Title: #681: Fix ipadiscovery
tiran commented:
"""
You can simplify your code a lot with the operator module and sorted(key) trick:
https://docs.python.org/3/library/operator.html#operator.attrgetter
https://docs.python.org/3/library/functions.ht