Code review comment for lp:~wido/cloud-init/cloudstack-dhcp

Revision history for this message
Scott Moser (smoser) wrote :

i really hate \ at the end of the line.
would have preferred

if (file_name.startswith("dhclient.") and
        (file_name.endswith(".lease") or file_name.endswith(".leases"))):

oh well.

« Back to merge proposal