Hi Bjarni Ingi Gislason,
Please send your patches as pull requests so they can be reviewed
and/or merged: https://github.com/pycqa/pylint
Anthony
> Signed-off-by: Bjarni Ingi Gislason
> ---
> man/pylint.1 | 18 +-
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
I ran into the bug where a decorated function is not recognized as a
context-managed function. Because I'm on a rather tight deadline, I
rewrote the function as a context-managed class and got everything working.
When researching the pylint report, I found that others found the same
problem.