We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3fcca commit 475f0d5Copy full SHA for 475f0d5
src/aks-preview/azext_aks_preview/bastion/bastion.py
@@ -546,7 +546,7 @@ def _aks_bastion_kill_process_tree(process):
546
check=False,
547
)
548
logger.debug("Killed process tree for PID %s using taskkill", pid)
549
- except Exception as e:
+ except Exception as e: # pylint: disable=broad-except
550
logger.warning("Failed to kill process tree with taskkill: %s", e)
551
# Fallback to terminate/kill
552
process.terminate()
0 commit comments