Skip to content

Commit 475f0d5

Browse files
committed
fix style
1 parent 4c3fcca commit 475f0d5

File tree

1 file changed

+1
-1
lines changed
  • src/aks-preview/azext_aks_preview/bastion

1 file changed

+1
-1
lines changed

src/aks-preview/azext_aks_preview/bastion/bastion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def _aks_bastion_kill_process_tree(process):
546546
check=False,
547547
)
548548
logger.debug("Killed process tree for PID %s using taskkill", pid)
549-
except Exception as e:
549+
except Exception as e: # pylint: disable=broad-except
550550
logger.warning("Failed to kill process tree with taskkill: %s", e)
551551
# Fallback to terminate/kill
552552
process.terminate()

0 commit comments

Comments
 (0)