From 4fe21135e3c94a98083a406711d58d1157b2f673 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 8 Jan 2019 11:37:56 -0800 Subject: [PATCH] Turn off pylint warning about docstring with backslash --- src/pylorax/ltmpl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pylorax/ltmpl.py b/src/pylorax/ltmpl.py index 6076f241..622e772a 100644 --- a/src/pylorax/ltmpl.py +++ b/src/pylorax/ltmpl.py @@ -687,6 +687,7 @@ class LoraxTemplateRunner(object): else: logger.debug("removefrom %s: no files to remove!", cmd) + # pylint: disable=anomalous-backslash-in-string def removekmod(self, *globs): ''' removekmod GLOB [GLOB...] [--allbut] KEEPGLOB [KEEPGLOB...]