Turn off pylint warning about docstring with backslash
(cherry picked from commit 4fe21135e3
)
This commit is contained in:
parent
f51a940718
commit
e2a0c38e75
@ -694,6 +694,7 @@ class LoraxTemplateRunner(object):
|
|||||||
else:
|
else:
|
||||||
logger.debug("removefrom %s: no files to remove!", cmd)
|
logger.debug("removefrom %s: no files to remove!", cmd)
|
||||||
|
|
||||||
|
# pylint: disable=anomalous-backslash-in-string
|
||||||
def removekmod(self, *globs):
|
def removekmod(self, *globs):
|
||||||
'''
|
'''
|
||||||
removekmod GLOB [GLOB...] [--allbut] KEEPGLOB [KEEPGLOB...]
|
removekmod GLOB [GLOB...] [--allbut] KEEPGLOB [KEEPGLOB...]
|
||||||
|
Loading…
Reference in New Issue
Block a user