Skip to content

Commit 7db5fe5

Browse files
committed
fix jenkins job build positional arguments
1 parent 0a1df02 commit 7db5fe5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

wavefront_cli/lib/proxy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ def install_proxy(proxy_next):
7676
install_status = True
7777
return install_status
7878

79+
# For older pylint versions, adding E1121 to disable too-many-positional-arguments
7980

80-
# pylint: disable=too-many-arguments, too-many-positional-arguments
81+
# pylint: disable=too-many-arguments, E1121
8182
def configure_proxy(url, wavefront_api_token, csp_api_token=None,
8283
csp_app_id=None, csp_app_secret=None, csp_org_id=None):
8384
"""Configure wavefront proxy."""

0 commit comments

Comments
 (0)