From 147220234414bab8991fd2a53c26648038188445 Mon Sep 17 00:00:00 2001 From: Nicholas Murphy Date: Fri, 20 Sep 2024 19:30:08 +0000 Subject: [PATCH] Fix wrong pylint error disable. Required-githooks: true --- utils/node_local_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/node_local_test.py b/utils/node_local_test.py index ea931f3d045..01dfc9a220c 100755 --- a/utils/node_local_test.py +++ b/utils/node_local_test.py @@ -6328,7 +6328,7 @@ def server_fi(args): def look_for_library_call(conf, cmd, library_str): - # pylint: disable=wrong-spelling-in-comment + # pylint: disable=wrong-spelling-in-docstring """Look for library_str in the strace call stack of running cmd.""" with tempfile.NamedTemporaryFile(mode='r', prefix='dnt_assess_',