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
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.