Skip to content

Commit d323dd6

Browse files
committed
tsp_cli_client: Disable pylint warning in get_tree
Explicitly disable the redefined-outer-name warnings, about __get_tree's output_descriptor use. The latter name happens to come from the main scope, hence that warning prior. Do not touch the logic, to preserve it. Signed-off-by: Marco Miller <[email protected]>
1 parent 16a17d7 commit d323dd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsp_cli_client

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def __get_descriptor(uuid, output_id):
9393
return None
9494

9595

96+
# pylint: disable=redefined-outer-name
9697
def __get_tree(uuid, outputid, treetype):
9798
if uuid is not None:
9899

0 commit comments

Comments
 (0)