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

Fix "Complexity" issue in noipy/main.py #19

Open
pv8 opened this issue May 11, 2016 · 0 comments
Open

Fix "Complexity" issue in noipy/main.py #19

pv8 opened this issue May 11, 2016 · 0 comments

Comments

@pv8
Copy link
Owner

pv8 commented May 11, 2016

Cyclomatic complexity is too high in function execute_update. (21)

def execute_update(args):
    """Execute the update based on command line args and returns a dictionary
    with 'execution result, ''response code', 'response info' and
    'process friendly message'.
    """

   (...)

https://codeclimate.com/github/pv8/noipy/noipy/main.py#issue_5730a7f72cf9fb00010770f2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant