Turn off pylint warning about docstring with backslash

(cherry picked from commit 4fe21135e3)
This commit is contained in:
Brian C. Lane 2019-01-08 11:37:56 -08:00
parent 06db78c9c4
commit 486dd3f629
1 changed files with 1 additions and 0 deletions

View File

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