Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a flags in the report bandwidth #1420

Merged
merged 8 commits into from Feb 26, 2021
Merged

Conversation

caberos
Copy link
Contributor

@caberos caberos commented Feb 12, 2021

Copy link
Member

@allmightyspiff allmightyspiff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to refactor the Try/Except blocks, otherwise looks good, thanks.

SoftLayer/CLI/report/bandwidth.py Outdated Show resolved Hide resolved
@allmightyspiff allmightyspiff added this to In progress in Q1 2021 via automation Feb 19, 2021
@allmightyspiff allmightyspiff linked an issue Feb 19, 2021 that may be closed by this pull request
Copy link
Contributor

@ATGE ATGE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

SoftLayer/CLI/report/bandwidth.py Outdated Show resolved Hide resolved
SoftLayer/CLI/report/bandwidth.py Outdated Show resolved Hide resolved
@@ -9,6 +9,7 @@
import click


# pylint: disable=inconsistent-return-statements
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try to disable in the method convert as:
def convert(self, value, param, ctx): # pylint: disable=R1710

@@ -4,6 +4,8 @@

from setuptools import setup, find_packages

# pylint: disable=inconsistent-return-statements
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try to disable in the method get_api_key as:
def get_api_key(client, username, secret): # pylint: disable=R1710

Copy link
Member

@allmightyspiff allmightyspiff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks

@allmightyspiff allmightyspiff merged commit 4156741 into softlayer:master Feb 26, 2021
Q1 2021 automation moved this from In progress to Done Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Q1 2021
  
Done
Development

Successfully merging this pull request may close these issues.

add flag on slcli report bandwidth summary
3 participants