Skip to content

Commit

Permalink
Fix wrong pylint error disable.
Browse files Browse the repository at this point in the history
Required-githooks: true
  • Loading branch information
techbasset committed Sep 20, 2024
1 parent 8bd1379 commit 1472202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/node_local_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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_',
Expand Down

0 comments on commit 1472202

Please sign in to comment.