We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab69624 commit 427294dCopy full SHA for 427294d
SoftLayer/CLI/config/setup.py
@@ -12,7 +12,7 @@
12
from SoftLayer.CLI import formatting
13
14
15
-def get_api_key(client, username, secret):
+def get_api_key(client, username, secret): # pylint: disable=inconsistent-return-statements
16
"""Attempts API-Key and password auth to get an API key.
17
18
This will also generate an API key if one doesn't exist
0 commit comments