Skip to content

Commit 15d0bb9

Browse files
committed
Fixing pep8 issue.
1 parent 6eb4fb3 commit 15d0bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/connection/ssh_netscaler_adc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def wrapped(self, *args, **kwargs):
403403
warning_regex = r"Warning: \[[\s\S]*?\]\s*"
404404
stdout = re.sub(warning_regex, "", stdout, 0, re.UNICODE)
405405

406-
# # Remove RPC node password warnings that contaminate stdout
406+
# Remove RPC node password warnings that contaminate stdout
407407
rpc_warning_regex = r"Warning: One or more RPC nodes are configured with default passwords. For enhanced security, you must change the default RPC node password."
408408
stdout = re.sub(rpc_warning_regex, "", stdout, 0, re.UNICODE)
409409

0 commit comments

Comments
 (0)