Diff comments:
> diff --git a/cloudinit/config/cc_apt_configure.py > b/cloudinit/config/cc_apt_configure.py > index 06804e8..a1ceb7c 100644 > --- a/cloudinit/config/cc_apt_configure.py > +++ b/cloudinit/config/cc_apt_configure.py > @@ -6,7 +6,7 @@ > # > # This file is part of cloud-init. See LICENSE file for license information. > > -""" > +r""" Yeah, I was not sure what to do with this one. There is a regex in the docstring, which pylint finds. Scroll down to "Add apt repos by regex" https://cloudinit.readthedocs.io/en/latest/topics/modules.html?highlight=regex > Apt Configure > ------------- > **Summary:** configure apt -- https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/322164 Your team cloud init development team is requested to review the proposed merge of ~powersj/cloud-init:pylint-fix-backslash into cloud-init:master. _______________________________________________ Mailing list: https://launchpad.net/~cloud-init-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~cloud-init-dev More help : https://help.launchpad.net/ListHelp

