You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments